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

commit e8219e235f6c05a9e8ef56be2c346c7042b8b69a
parent f4a20190a248044c38807ff95f3f8b6763e968ec
Author: FIGBERT <figbert@figbert.com>
Date:   Fri, 27 Nov 2020 23:31:06 -0800

Add README.md

Diffstat:
AREADME.md | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,9 @@ +# Basic Move and Dodge Game + +This repo contains my version of the 3D rolling ball game found in +[this tutorial][playlist] by [BornCG][channel], made to learn Godot +in preparation for more work in videogame development. + +[playlist]: https://www.youtube.com/playlist?list=PLda3VoSoc_TSBBOBYwcmlamF1UrjVtccZ +[channel]: https://www.youtube.com/channel/UCdioEctcBLd2nw2aQkl8msw +