diff --git a/README.md b/README.md index 1b91c38..142e22a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,16 @@ Simple local co-op racing game project made with [Flax Engine](https://flaxengin Project uses asses from [Kenney](https://kenney.nl/assets) (Creative Commons CC0). -### Controls + +## Installation + +0. Ensure to have proper system setup for C++ Scripting - see [Flax Docs](https://docs.flaxengine.com/manual/scripting/cpp/index.html) + +1. Clone repo `SplitScreenSample` (with submodules: `git submodule update --init --recursive`) + +2. Run `SplitScreenSample.flaxproj` with a minimal Flax version of `1.13.7008` + +## Controls Up to 4 local players with controls: * Player 1: `WASD` to drive, `Space` to handbrake, @@ -20,7 +29,7 @@ Each player can use gamepad: `left stick` to drive, `left trigger` to handbrake. ![Flax Split-Screen Sample](Content/split-2.gif) -### License +## License MIT License