An open API service indexing awesome lists of open source software.

https://github.com/17cupsofcoffee/akkamud

Building a MUD in F# and Akka.NET
https://github.com/17cupsofcoffee/akkamud

akka-net f-sharp mud tutorial

Last synced: 6 months ago
JSON representation

Building a MUD in F# and Akka.NET

Awesome Lists containing this project

README

          

# AkkaMUD
This repository contains the code from the [Building a MUD in F# and Akka.NET](https://www.seventeencups.net/building-a-mud-with-f-sharp-and-akka-net-part-one/) tutorial series.

I'm sharing this code under the MIT license - please feel free to use it as a starting point for your
own game! All I ask is that you credit me for my contributions, and that you send me a link when it's done
so I can check it out :)

The master branch contains the version of the code I'm currently working on - to view the code as it
was at a certain point in the tutorial, please use these branches:

### Part One
* [The Basics](https://github.com/17cupsofcoffee/AkkaMUD/tree/part1a-the-basics)
* [Network I/O - The Server](https://github.com/17cupsofcoffee/AkkaMUD/tree/part1b-the-server)
* [Network I/O - The Handler](https://github.com/17cupsofcoffee/AkkaMUD/tree/part1c-the-handler)
* [Responding](https://github.com/17cupsofcoffee/AkkaMUD/tree/part1d-responding)

### Part Two
* [Housekeeping](https://github.com/17cupsofcoffee/AkkaMUD/tree/part2a-housekeeping)
* [Building a Room](https://github.com/17cupsofcoffee/AkkaMUD/tree/part2b-building-a-room)