Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sugidaffection/super-mario-bros
Super Mario bros game using Rust Piston game engine
https://github.com/sugidaffection/super-mario-bros
2d-game game game-development piston piston-game-engine rust rust-lang rust-language rustlang super-mario super-mario-bros
Last synced: 3 months ago
JSON representation
Super Mario bros game using Rust Piston game engine
- Host: GitHub
- URL: https://github.com/sugidaffection/super-mario-bros
- Owner: sugidaffection
- License: mit
- Created: 2020-07-21T15:15:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-18T10:31:03.000Z (8 months ago)
- Last Synced: 2024-09-29T22:42:50.265Z (4 months ago)
- Topics: 2d-game, game, game-development, piston, piston-game-engine, rust, rust-lang, rust-language, rustlang, super-mario, super-mario-bros
- Language: Rust
- Homepage:
- Size: 10.4 MB
- Stars: 31
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Super Mario Bros
![Alt text](screenshot.gif?raw=true "Screenshot")
## Table of Contents
- [About](#about)
- [Getting Started](#getting_started)
- [Usage](#usage)
- [Contributing](../CONTRIBUTING.md)Super mario bros game using rust piston game engine
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See [deployment](#deployment) for notes on how to deploy the project on a live system.
### Prerequisites
### Installing
A step by step series of examples that tell you how to get a development env running.
Say what the step will be
```
sudo apt-get install libsdl2-dev libsdl2-mixer-dev
cargo install
```run
```
cargo run
```End with an example of getting some data out of the system or using it for a little demo.
Add notes about how to use the system.