-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4c679d5
commit 7697716
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# SimpleRPG | ||
|
||
SimpleRPG is a RPG developed with the Godot Engine in the tutorial series available on my [blog](https://www.davidepesce.com/). | ||
|
||
The tutorials so far: | ||
|
||
1. [Installation and introduction to the editor](https://www.davidepesce.com/2019/09/18/godot-tutorial-1-installation-and-introduction-to-the-editor/) | ||
2. [Nodes and Scenes](https://www.davidepesce.com/2019/09/19/godot-tutorial-2-design-philosophy/) | ||
3. [First project](https://www.davidepesce.com/2019/09/20/godot-tutorial-3-first-project/) | ||
4. [Developing a pixel art RPG](https://www.davidepesce.com/2019/09/24/godot-tutorial-4-pixel-art-rpg/) | ||
5. [Player movement](https://www.davidepesce.com/2019/09/30/godot-tutorial-5-player-movement/) | ||
- [Bonus tutorial: Dragging the player with the mouse](https://www.davidepesce.com/2019/10/14/godot-tutorial-5-1-dragging-player-with-mouse/) | ||
6. [Physics and collisions](https://www.davidepesce.com/2019/10/02/godot-tutorial-6-physics-and-collisions/) | ||
7. [Using tile maps to create the game map](https://www.davidepesce.com/2019/10/18/godot-tutorial-7-using-tile-maps-to-create-game-map/) |