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
- Host: GitHub
- URL: https://github.com/alicerunsonfedora/swiftmud
- Owner: alicerunsonfedora
- License: apache-2.0
- Archived: true
- Created: 2018-10-17T20:46:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-18T21:23:11.000Z (over 7 years ago)
- Last Synced: 2025-09-09T03:59:55.533Z (7 months ago)
- Topics: mud, swift-4, xcode
- Language: Swift
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Swift Dungeons
A multi-user dungeon game written in Swift
[](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