All Projects → RustyVolley → Rustyvolleysrc

RustyVolley / Rustyvolleysrc

A Rust reimplementation of Blobby Volley 2.

Programming Languages

rust
11053 projects

Labels

Projects that are alternatives of or similar to Rustyvolleysrc

Pont
An online board game in Rust and WebAssembly
Stars: ✭ 218 (+142.22%)
Mutual labels:  game, wasm
Rs Asteroids
A variation on the game Asteroids, written in Rust
Stars: ✭ 146 (+62.22%)
Mutual labels:  game, wasm
Rustynes
👾 An NES emulator by Rust and WebAssembly
Stars: ✭ 399 (+343.33%)
Mutual labels:  game, wasm
Sandspiel
Creative cellular automata browser game
Stars: ✭ 2,476 (+2651.11%)
Mutual labels:  game, wasm
Zemeroth
😠⚔️😈 A minimalistic 2D turn-based tactical game in Rust
Stars: ✭ 940 (+944.44%)
Mutual labels:  game, wasm
Swarfarm
SWARFARM - Assistant website for Summoner's War
Stars: ✭ 87 (-3.33%)
Mutual labels:  game
Shots
🥃 A party drinking game that lets you learn more about your friends: Provider + Hive + swipeable_card
Stars: ✭ 89 (-1.11%)
Mutual labels:  game
Card Game Simulator
Create, Share, and Play
Stars: ✭ 87 (-3.33%)
Mutual labels:  game
Draw App
In browser drawing app built in rust / wasm
Stars: ✭ 87 (-3.33%)
Mutual labels:  wasm
Wasmer
🚀 The leading WebAssembly Runtime supporting WASI and Emscripten
Stars: ✭ 11,047 (+12174.44%)
Mutual labels:  wasm
Stepmania
Advanced rhythm game for Windows, Linux and OS X. Designed for both home and arcade use.
Stars: ✭ 1,300 (+1344.44%)
Mutual labels:  game
Cotwelm
Castle of the Winds (A Remake in Elm)
Stars: ✭ 88 (-2.22%)
Mutual labels:  game
Buoyancysystem
A system for buoyancy and boat physics in Unreal Engine 4.
Stars: ✭ 87 (-3.33%)
Mutual labels:  game
Ccleste
Celeste Classic C source port for 3DS and PC.
Stars: ✭ 89 (-1.11%)
Mutual labels:  game
Seeds Game
Collect seeds, save the world
Stars: ✭ 87 (-3.33%)
Mutual labels:  game
Openxcom
Open-source clone of the original X-Com 👽
Stars: ✭ 1,302 (+1346.67%)
Mutual labels:  game
Web Dsp
A client-side signal processing library utilizing the power of WebAssembly (.wasm)
Stars: ✭ 1,278 (+1320%)
Mutual labels:  wasm
Luwa
WIP jit lua to wasm
Stars: ✭ 88 (-2.22%)
Mutual labels:  wasm
Uebergame
Uebergame code repository
Stars: ✭ 90 (+0%)
Mutual labels:  game
Flame Crates Example
This is an example game made using the 🔥 Flame Engine
Stars: ✭ 88 (-2.22%)
Mutual labels:  game

CircleCI

RustyVolley

What is this?

A rewrite of Blobby Volley 2 written in Rust, a blazingly fast, memory safe, thread safe language. This project can be compiled to native application and also Web Assembly, a binary instruction format for a stack-based virtual machine.

That is too much buzzwords for me, show me some stuff already!

Here you go!

How to play?

Use the mouse in the menu. To control player 1, use W, A and D. To control player 2, use the arrow keys.

Compiling and running it

1. Get the tools

You need Rust nightly to compile this beauty:

rustup toolchain install nightly-2019-12-20
rustup default nightly-2019-12-20

Also, you will need cargo-web if you want to run it in your web browser:

cargo install cargo-web

2. Compile and run the game

To run it in with WebAssembly do:

cargo web start

Then go to http://[::1]:8000 to see it in action.

If you only want to generate the files for building a web release do:

cargo web deploy --release

Also, you can run it in a desktop window with:

cargo run --release
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].