Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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

Expand Down