Welcome to Rust WASM Pong! ๐ฎ A classic Pong game clone developed in Rust with Bevy and compiled to WASM to play it in the browser. ๐
This project uses the Bevy game engine along with Heron physics to create a modern version of Pong, compatible with WebAssembly. It is an excellent demonstration of the power of Rust in game and web application development.
- ๐ฆ Rust
- ๐ฎ Bevy Engine
- โ๏ธ Heron Physics
- ๐ WASM (WebAssembly)
- ๐น๏ธ Classic Pong Game
Make sure you have installed:
- Clone this repository:
git clone https://github.com/GumeeR/Rust-Project.git
- Run the following command:
wasm-pack build --target web
- To test the game in the browser, you can use a local server:
python -m http.server Then, open in your browser: http://localhost:8000
- This repository also contains another branch with a different project:
smart-contract: Implementation of a smart contract in NEAR, developed in Rust If you are interested in the development of smart contracts in NEAR, change