Commit Graph
12 Commits
Author SHA1 Message Date
Nicholas Novak 5a7ce8fb2b change: Switched the state controller and scene controller to a singleton class
This doesnt' change any of the logic, but simplifies a lot of the main
game loop code.

Many things still rely on the singleton class, but shouldn't so this
will be fixed in a later commit
2023-05-04 11:25:58 -07:00
Nicholas Novak 8e221cf94b Adapted movement controller to work with master 2023-04-27 12:54:31 -07:00
Nicholas Novak e4da369c5f Changed some of the movement parameters to make the character move more naturally 2023-04-27 12:26:10 -07:00
Nicholas Novak ded2d4e1da Finished overhaul of movement controller 2023-04-27 12:18:47 -07:00
Nicholas Novak fb8732f820 Progress on movement controller 2023-04-17 00:01:49 -07:00
Nicholas Novak 205b252660 Updated README with updated build steps 2023-04-10 10:24:32 -07:00
Nicholas Novak b8bfa1fc64 Updated steps to get the correct commits on submodules 2023-04-09 23:16:12 -07:00
Nicholas Novak 663c037af3 Added a movement controller, and added a demo scene 2023-04-09 23:09:21 -07:00
Nicholas Novak 11cf183839 Added a script to compile the assets 2023-04-09 23:08:47 -07:00
Nicholas Novak 082491c168 Moved assets folder to be recognized by Unity 2023-04-09 22:11:35 -07:00
Nicholas Novak adb4dc2e4e Added assets as a submodule 2023-04-09 22:07:35 -07:00
Nicholas Novak 415a92cf24 Initial commit and start of project 2023-04-09 21:59:32 -07:00