A stealth-based 2D platformer where you don't have to kill anyone unless you want to. https://www.semicolin.games
Go to file
Colin McMillen db6f3e1425 Add Input class to group gamepad & keyboard inputs together.
For motion directions (up/down & left/right), have them cancel each other out
if the player attempts to go in opposite directions at once.

Refactor Player & SneakGame to use the new Input class & remove direct access
to Keyboard & GamePad.

GitOrigin-RevId: 80fbed887408ae2b80c01273a49b150f38285dcb
2020-02-13 14:49:45 -05:00
Shared Add Input class to group gamepad & keyboard inputs together. 2020-02-13 14:49:45 -05:00
SharedTests run dos2unix on all source files 2020-02-13 14:49:30 -05:00
tools add unit tests to copybara config 2020-02-13 14:49:23 -05:00
README.md add skeletal README.md 2020-02-13 14:49:00 -05:00

sneak

mcmillen's first indie game