Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcusgrass/pong
My first game, expanded on the Amethyst tutorial with some UI scaling and AI
https://github.com/marcusgrass/pong
Last synced: 21 days ago
JSON representation
My first game, expanded on the Amethyst tutorial with some UI scaling and AI
- Host: GitHub
- URL: https://github.com/marcusgrass/pong
- Owner: MarcusGrass
- License: mit
- Created: 2021-09-28T20:48:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-28T21:03:12.000Z (over 3 years ago)
- Last Synced: 2024-11-08T05:12:37.568Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 5.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
Pong a classic first game to build, mostly followed the amethyst tutorial https://book.amethyst.rs/book/stable/pong-tutorial
with a lot of UI and structural changes.The game is simple, face off against the AI, move your paddle with W and S and don't let the ball touch the left side of the arena.
To run, either download the release for your target platform (Except if you're on Mac, then run from source).
Run from source:
1. Install Rust
2. Clone this repo
3. (for Mac only) change "vulkan" to "metal" in cargo.toml under amethyst features.
4. Enter the repo directory
5. Run cargo build --release
6. Have fun!