Skip to content

Commit

Permalink
Added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidepesce committed Oct 19, 2019
1 parent 4c679d5 commit 7697716
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
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/)

0 comments on commit 7697716

Please sign in to comment.