basic-move-and-dodge-game

[LEARNING] basic godot game based off the tutorial by borncg on youtube
git clone git://git.figbert.com/basic-move-and-dodge-game.git
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2022-06-03 06:56No more Git LFS?FIGBERT1+0-19
2020-11-29 07:29Fix wall coloring in wall gridmapFIGBERT1+1-1
2020-11-29 07:27Fix Enemy 3 rolling animationFIGBERT1+2-2
2020-11-29 07:23Remove win delay after collecting all coinsFIGBERT2+1-8
2020-11-29 07:13Slow down Enemy 3 rotation animationFIGBERT1+2-2
2020-11-29 07:10Reduce shadow quality to increase performanceFIGBERT1+4-1
2020-11-29 06:21Add .DS_Store to .gitignoreFIGBERT1+1-0
2020-11-28 07:31Add README.mdFIGBERT1+9-0
2020-11-28 07:19Update code for eighth section of Godot tutorialFIGBERT19+1549-27
2020-11-27 21:08Update code for seventh section of Godot tutorialFIGBERT10+1960-41
2020-11-25 22:03Update code for sixth section of Godot tutorialFIGBERT5+70-0
2020-11-25 06:42Update code for fifth section of Godot tutorialFIGBERT17+1657-3
2020-11-25 01:51Update code for fourth section of Godot tutorialFIGBERT4+46-8
2020-11-24 09:10Update script to make movement more realisticFIGBERT1+15-24
2020-11-24 08:51Update code for third section of Godot tutorialFIGBERT9+1269-5
2020-11-24 08:27Move speed into a speed constFIGBERT1+5-4
2020-11-24 07:41Add BornCG's playerball Blender fileFIGBERT1+0-0
2020-11-24 07:29Rename assets directory to scenesFIGBERT2+1-1
2020-11-23 20:21Update code for second section of Godot tutorialFIGBERT3+59-25
2020-11-22 05:14Initial commitFIGBERT7+141-0