A fun Fantasy Computer
SN-50 is a free and open source fantasy computer for building, playing and sharing resources-limited games. The game limitations were inspired in old computers and their text-based games.
The project is basically a simple console and several tools for building games, as such: code, glyph, sound and music editors. Games are saved, packed and distributed in cartridge files. These files can be executed by the SN-50 or any player that implements the console specifications.
TBD
TBD
To start using SN-50 you can download a released binary or build it yourself.
You can download all the compiled version os SN-50 in the release page.
Follow these steps to build the project:
Important: You must have the latest Rust version installed to build this project.
- Clone the repo and move to the project's folder
git clone https://github.com/TinTeam/SN-50.git && cd SN-50
- Build the project with
cargo
cargo build --release
TBD
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
- Elias "dlight/amiguxo", thank you for helping me solve tricky problems with lifetimes and giving advices.