a-game

2D platformer written from scratch.
git clone git://git.amin.space/a-game.git
Log | Files | Refs | README | LICENSE

commit a53c7fbec04d2d6e93ab75d9d0be196751cf6250
parent 9ff82f9e6c7700bc0f611e03b030c99b43d3a8d3
Author: amin <dev@aminmesbah.com>
Date:   Thu, 12 Mar 2020 01:39:37 +0000

Add basic info to readme

FossilOrigin-Name: 8c2d47fe498c1d8fe87a8c3b8acb1f32bbd1c148cb642f38c5c44cf5a0623aa6
Diffstat:
MREADME.md | 33+++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -1,3 +1,34 @@ +# Untitled Game + +This is an in-development 2D platformer. + +It currently supports these platforms: + +- Windows +- Linux +- Chrome and Firefox ([playable here][3]) + +Inspired by [Handmade Hero][4] and similar projects, I'm programming the game +largely from scratch. + + +## Controls + +- Move: Arrow keys +- Jump: S + + +## Cloning + +A git submodule is currently used to store the versioned game assets. + +``` +git clone --recurse-submodules https://git.amin.space/a-game/ +``` + + +## Compiling + ### Compile on Linux - Install clang and glfw3 with your system's package manager. @@ -30,3 +61,5 @@ lib/glfw_windows/ [1]: https://gist.github.com/InNoHurryToCode/955d63db0d79699fed63fe18eeebf17e [2]: https://www.glfw.org/download.html + [3]: https://www.amin.space/bin/a_game/ + [4]: https://handmadehero.org/