Skip to content

Repository files navigation

Redis Game

A neat little game to showcase the capabilities of Redis

  • Click your name to gain points
  • Click other people's names to make them lose points
  • Hold Ctrl and click your friends to help them
  • Press shift to use powerups when the bar is full

Building

cd redis-game-front
trunk build --release
cd ..
cd redis-game
cargo build --release

Running

  1. Compile the web frontend with Trunk
cd redis-game-front
trunk build --release
  1. Move the resulting dist/ directory in the same directory you're running the redis-game binary

  2. Run a Redis binary on your server and run the redis-game binary on that same server

cd redis-game-front
# The working directory should have the `dist/` directory in it
cargo run --release --manifest-path ../redis-game/Cargo.toml

About

A neat little game, showcasing the capabilities of Redis

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages