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

https://github.com/alicerunsonfedora/swiftmud

A multi-user dungeon written in Swift
https://github.com/alicerunsonfedora/swiftmud

mud swift-4 xcode

Last synced: 6 months ago
JSON representation

A multi-user dungeon written in Swift

Awesome Lists containing this project

README

          

# Swift Dungeons
A multi-user dungeon game written in Swift

[![Build Status](https://img.shields.io/travis/com/alicerunsonfedora/swiftmud.svg?longCache=true&style=flat-square)](https://travis-ci.com/alicerunsonfedora/swiftmud)

## Features
- [x] Infinite room generation
- [x] Experience and level system
- [x] Attack and heal system
- [ ] Persistent data or load games
- [ ] Multiplayer functionality
- [ ] Inventory system

## Initial objectives
- Write a MUD in Swift
- Use prior knowledge of Java to accomplish different tasks
- Compare Swift and Java for programming