All Projects → TinTeam → SN-50

TinTeam / SN-50

Licence: MIT license
⚠️ Still Under Development ⚠️ SN-50 is a free and open source fantasy computer for building, playing and sharing resources-limited games.

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to SN-50

FFDB
NFL Database Engine for PostgreSql and Mongo (easily works with other custom databases too)
Stars: ✭ 34 (+54.55%)
Mutual labels:  fantasy-console
fake-08
A Pico-8 player/emulator for console homebrew
Stars: ✭ 374 (+1600%)
Mutual labels:  fantasy-console
Pyxel
A retro game engine for Python
Stars: ✭ 9,133 (+41413.64%)
Mutual labels:  fantasy-console
Tic 80
TIC-80 is a fantasy computer for making, playing and sharing tiny games.
Stars: ✭ 3,176 (+14336.36%)
Mutual labels:  fantasy-console
zeus
Programmable fantasy electronic game with its own assembly language and virtual architecture
Stars: ✭ 41 (+86.36%)
Mutual labels:  fantasy-console
tic-bundle
Multi-file development in TIC-80
Stars: ✭ 13 (-40.91%)
Mutual labels:  fantasy-console
Zany80
Zany80 fantasy computer system
Stars: ✭ 48 (+118.18%)
Mutual labels:  fantasy-console
bitty
Bitty Engine - An itty bitty 2D game engine, with built-in editors, programmable in Lua.
Stars: ✭ 86 (+290.91%)
Mutual labels:  fantasy-console
wasm4
Build retro games using WebAssembly for a fantasy console.
Stars: ✭ 711 (+3131.82%)
Mutual labels:  fantasy-console
feup-8
TIC-80 fork enabling server-side unit testing to help kids learn how to code, by developing games!
Stars: ✭ 27 (+22.73%)
Mutual labels:  fantasy-console

GitHub Workflow Status docs.rs Crates.io MIT License Shield

Logo

SN-50

A fun Fantasy Computer

Table of Contents

About SN-50

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.

Tailored Limitations

TBD

Features

TBD

Getting Started

To start using SN-50 you can download a released binary or build it yourself.

Releases

You can download all the compiled version os SN-50 in the release page.

Building

Follow these steps to build the project:

Important: You must have the latest Rust version installed to build this project.

  1. Clone the repo and move to the project's folder
git clone https://github.com/TinTeam/SN-50.git && cd SN-50
  1. Build the project with cargo
cargo build --release

Usage

TBD

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].