This project is a port of "Chaos Groove" by Richard Phipps, originally developed for Windows.
This version targets Windows/Linux/Wasm (Web) and intended as game history preservation project.
#Play in browser
https://h8man.github.io/ChaosGroove/
Chaos Groove is a remake by Richard Phipps of the classic Spectrum game Chaos: Battle of the Wizards by Julian Gollop.
https://chaosgroove.wordpress.com/
🔗 Original project: https://github.com/adamjimenez/ChaosGroove
All credit for the original design and implementation belongs to the original author(s).
- Platform-native implementation
- Miantained code portability
- Randering with raylib
- All binaries included
Planned to 'restore' netplay
url
git clone https://github.com/your-org/your-repo.git
cd your-repo##Build instructions.
###Windows:
Download and install Visual Studio 2022 (any edition).
Open the project file: ChaosGroove.sln build and run.
###Linux
make
chaos-groove-run.sh
###Linux/Wasm
Install emsdk
make -f makefile-web
or
make run -f makefile-web
##License
// You are free to use and modify this source code however you see fit, as long as this game or any modified // version is not sold in any way. This game must always be freely available! // Richard Phipps, 13/04/08