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
- Host: GitHub
- URL: https://github.com/17cupsofcoffee/akkamud
- Owner: 17cupsofcoffee
- License: mit
- Created: 2017-03-14T19:08:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-09-03T18:02:58.000Z (over 3 years ago)
- Last Synced: 2025-04-02T20:22:31.617Z (10 months ago)
- Topics: akka-net, f-sharp, mud, tutorial
- Language: F#
- Homepage: https://www.seventeencups.net/building-a-mud-with-f-sharp-and-akka-net-part-one/
- Size: 14.6 KB
- Stars: 16
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)