Added a basic gamestate with a controlled mario
authorTomas Wenström <tomas.wenstrom@gmail.com>
Tue, 12 Jan 2021 17:40:31 +0000 (18:40 +0100)
committerTomas Wenström <tomas.wenstrom@gmail.com>
Tue, 12 Jan 2021 17:40:31 +0000 (18:40 +0100)
commitb0566120fd4a404355b6e6e1d75b472bbe3f57fe
treedc546b59c6a5f80d8bc922c98b0d832f7af359f3
parentca99d4d7fc9e8e2dde6c4174797196f5c5a4b7e3
Added a basic gamestate with a controlled mario
src/common.rs
src/core/app.rs
src/core/controller.rs
src/core/game.rs [new file with mode: 0644]
src/core/mod.rs
src/main.rs