No description
Find a file
Rhamsez Thevenin 25a39e4645 yippie
2026-01-31 12:16:19 -05:00
src yippie 2026-01-31 12:16:19 -05:00
vendored bark 2026-01-23 20:16:40 -05:00
.gitignore added makefile, now using c++ 2026-01-24 19:35:05 -05:00
.gitmodules bark 2026-01-23 20:16:40 -05:00
CMakeLists.txt added makefile, now using c++ 2026-01-24 19:35:05 -05:00
CMakeLists.txtclear bark 2026-01-23 20:16:40 -05:00
Makefile yippie 2026-01-31 12:16:19 -05:00
README.md yippie 2026-01-31 12:16:19 -05:00

Rhythm

A free and open source video game.

Getting Started

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.