A gaming console made in HaxeFlixel. Mostly based on Sega Dreamcast.
Warning
This project is currently in development, and stuff may be unstable or not work at the moment.
So if you want to help, issue reports and pull requests would be nice!
Note
!! - High Priority
?? - Low Priority
- Add 10 Games (8/10) [!!]
- Actually Rewrite Save Data System
Tip
To compile as debug, replace -release with -debug.
- Install Haxe (4.3.3 or higher) and HaxeFlixel.
- Download and install Microsoft Visual Studio Community.
- On the Visual Studio installation screen, go to "Individual Components" and select the following:
- MSVC v143 VS 2022 C++ x64/x86 build tools
- Windows 10/11 SDK
- You can skip this by running
msvc.bat - ⚠ These will take up 4-5GB of available space on your computer.
- You can skip this by running
- Download and install Git.
- Download the dependencies by running
setup-windows.bat. - Use
lime test windows -releaseto build.
Caution
Linux and Mac builds have not been tested!
So if something goes wrong, report it in the issues tab!
- Install Haxe (4.3.3 or higher) and HaxeFlixel.
- Install
g++. - Download and Install Git.
- Download the dependencies by running
setup-linux.sh. - Use
lime test linux -releaseto build.
- Install Haxe (4.3.3 or higher) and HaxeFlixel.
- Install
Xcodeto allow C++ building. - Download and Install Git.
- Download the dependencies by running
setup-mac.sh. - Use
lime test mac -releaseto build.