No description
| src | ||
| vendored | ||
| .gitignore | ||
| .gitmodules | ||
| CMakeLists.txt | ||
| CMakeLists.txtclear | ||
| Makefile | ||
| README.md | ||
Rhythm
A free and open source video game.
Getting Started
Clone the Repository (SSH is highly recommended)
Option 1: Clone with submodules
git clone --recurse-submodules ssh://git@git.rhamzthev.com:222/rheddev/rhythm.git
Option 2: Clone and initialize submodules separately
git clone ssh://git@git.rhamzthev.com:222/rheddev/rhythm.git
git submodule update --init --recursive
Setup
make setup
Run
make run
Additional Commands
See the Makefile for other available commands.