https://github.com/jbush001/rustgame
More playing around with Rust as a learning exercise...
https://github.com/jbush001/rustgame
Last synced: 3 months ago
JSON representation
More playing around with Rust as a learning exercise...
- Host: GitHub
- URL: https://github.com/jbush001/rustgame
- Owner: jbush001
- License: apache-2.0
- Created: 2025-01-18T15:35:24.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-22T04:00:33.000Z (7 months ago)
- Last Synced: 2025-03-22T05:17:45.484Z (7 months ago)
- Language: Rust
- Homepage:
- Size: 829 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Setup
Install Rust from
Install Tiled level editorInstall prerequisites (Linux)
sudo apt install -y libsdl2-dev cmake
(MacOS)
brew install sdl2 sdl2_mixer
# Running
cargo run