/cpp-drifting-forest

WIP MMO Roguelike

Primary LanguageC++

Drifting Forest (??? Pending Title)

WIP casual mmo

Note: Sort of pivoted from the roguelike thing

cover image of game

Compiling

DF depends on uWebSockets

  1. clone this repo and move into it
git clone https://github.com/CoherentNonsense/drifting-forest-server.git && cd drifting-forest-server/server
  1. compile with make and run the executable
make && ./server

Documentation

This is mostly for myself rn