Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 310 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 310 Bytes

fuga

A simple mmo. Basically an excuse to experiment with STM and concurrency.

Run the server with

stack exec server

And then spawn as many client as you want with

stack exec client

To connect to an external server, change Client.hs:14

In the client window, move your player using the Arrow Keys