Skip to content

SirAlienTheGreat/oped-game-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oped-game-v2

A very WIP self-hosted animemusizquiz clone

Installation

Client

  1. Download the client from the releases page
  2. Install a webserver that supports webassembly. I use apache.
  3. Unzip all files from the release file into your public directory. On linux this is usually /var/www/html or /srv/http.
  4. Start your webserver and open 127.0.0.1/index.html. Other users will use your IP address.
  5. Enter the IP address of the server and start playing

Server

  1. Make sure port 9002 is unblocked in your firewall
  2. Download the release file for your platform from the releases page
  3. Run the file you just downloaded. On Linux, you may need to chmod +x your file

Building from source

Client

  1. Install Rust following this guide
  2. Install wasm-pack using cargo install wasm-pack
  3. Clone this repo with git clone https://github.com/SirAlienTheGreat/oped-game-v2
  4. cd oped-game-v2/Client
  5. wasm-pack build --target web
  6. The files you need to install using the method above are: answer-only.html, index.html, and the pkg directory

Server

  1. Install Rust following this guide
  2. Clone this repo with git clone https://github.com/SirAlienTheGreat/oped-game-v2
  3. cd oped-game-v2/server
  4. cargo build --release
  5. Your files will be in target/release

About

Self-hosted animemusicquiz clone

Resources

License

Stars

Watchers

Forks

Packages

No packages published