Skip to content

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

License

Notifications You must be signed in to change notification settings

Haskell-ITA/fuga

Repository files navigation

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