Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moikapy/rust-pong-game
Rust Implementation of Pong
https://github.com/moikapy/rust-pong-game
Last synced: about 9 hours ago
JSON representation
Rust Implementation of Pong
- Host: GitHub
- URL: https://github.com/moikapy/rust-pong-game
- Owner: Moikapy
- Created: 2023-10-25T18:22:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-25T18:31:58.000Z (about 1 year ago)
- Last Synced: 2023-10-25T19:34:08.436Z (about 1 year ago)
- Language: Rust
- Size: 385 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# 2D Bevy Template
> 2D Template to use to build a game from scratch with Bevy and Rust
- Bevy:v 0.11.3
- Dynamic Linking
- Asset Hot-Reloading
- Player Character
-
- Health
-
- Player Movement#Get Started
To Run The Project use the command:```
cargo run
```