riverraidrust icon indicating copy to clipboard operation
riverraidrust copied to clipboard

A text based river raid clone in Rust; streamed

Results 35 riverraidrust issues
Sort by recently updated
recently updated
newest added

Bomb entity can be added to game in order to blow a radius and player can't pass too close to it. if so player dies. Bombs can be introduced by...

# Improve the entities and the way of handling movements and a little refactoring the behavior of bullets! ### Changes - Before, the actions like moving and shooting were handled...

# PoC Earn ERC20 tokens (Ethereum Tokens) as the player scores in the game! ## Cryptography / Anti-cheat mechanism The current implementation uses the `Keccak256 checksum` of the binary game...

I made these improvements and changes a while a ago and it includes a lot of changes both in gameplay and code behind. - Implemented Events and Timers to have...