https://github.com/ckolderup/lonecraft
Minecraft single player, meet Minecraft multiplayer.
https://github.com/ckolderup/lonecraft
Last synced: 11 months ago
JSON representation
Minecraft single player, meet Minecraft multiplayer.
- Host: GitHub
- URL: https://github.com/ckolderup/lonecraft
- Owner: ckolderup
- Created: 2011-04-30T17:27:11.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-05-10T11:55:49.000Z (over 14 years ago)
- Last Synced: 2025-01-08T14:11:48.268Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 160 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Lonecraft is a web app that helps coordinate a special version of the Minecraft multiplayer server. Only one player is allowed in the game at a time, and the webapp portion communicates with the Minecraft server via Splash (http://www.github.com/ckolderup/Splash) and SSH to keep track of which Minecraft user is allowed in the server at any given time.
Lonecraft is a work in progress. Right now it's missing a few key features and hasn't been audited for security or anything.
Things completed:
- basic user account management
- general site pages/navigation established
- basic game logic (cashing in game tokens, communicating with the minecraft server)
- nail down game logic through an entire cycle of play
- blogging support so you can write about games you've played in and a cohesive story of past games can be viewed
- secure Splash communications (requires work on Splash as well)
- secure auth
Things to do:
- admin control panel to manually kickstart games and manage the archive of past games for download
- "confirm" step on user account signup
- a lot of style work :)