Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abbychau/beatmax
A cross-platform clone of rhythm games like Beatmania/DJ Max
https://github.com/abbychau/beatmax
Last synced: 11 days ago
JSON representation
A cross-platform clone of rhythm games like Beatmania/DJ Max
- Host: GitHub
- URL: https://github.com/abbychau/beatmax
- Owner: abbychau
- License: other
- Created: 2013-08-02T03:18:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2011-11-10T06:48:44.000Z (about 13 years ago)
- Last Synced: 2024-10-11T12:51:15.410Z (about 1 month ago)
- Language: C++
- Homepage:
- Size: 1010 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
BEATMAX
=======About
-----Beatmax is my attempt to create a cross platform clone of the popular BeatMania/DJ Max style of rhythm games. It is written in C++ and currently/will use:
* SDL
* OpenGL for graphics
* OpenAL for audio
* libvorbis, ffmpeg for decodingFeatures
--------Nothing has been completed, but I aim to have it:
* Working with all BMS/BME files
* Have a skinnable interface
* Working on most platforms (including Windows, Linux, Mac OS X and iPad)
* Multiplayer (in the distant future)Licence
-------All the code is distributed under the FreeBSD license.
Compiling
---------Currently I've only written a Makefile for Mac OS X. More will be added in the future.