https://github.com/mengstr/ladder
A reimplementation in golang of the 1982 game Ladder by Yahoo Software
https://github.com/mengstr/ladder
Last synced: 9 months ago
JSON representation
A reimplementation in golang of the 1982 game Ladder by Yahoo Software
- Host: GitHub
- URL: https://github.com/mengstr/ladder
- Owner: mengstr
- License: mit
- Created: 2016-01-20T14:34:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-28T14:42:02.000Z (over 10 years ago)
- Last Synced: 2023-03-11T04:29:56.664Z (over 3 years ago)
- Language: Go
- Size: 242 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ladder - a text-based arcade game
### _Please note that this is a work still in progress..._
#### This is a reimplementation in golang of the classic 1982 CP/M game "Ladder" original written by Yahoo Software.
Ladder is a text based action game similar to Donkey Kong. You traverse through levels with platforms and ladders where barrels/rocks falls down from the top while you collect coins before reaching the exit.
There seems to be no source available of the original game, but back in 1999 Stephen Ostermiller made a version of [Ladder in Java](http://ostermiller.org/ladder/).
By running the original code in a CP/M emulator and peeking at Stephen's code I hope to be able to make something that plays like the original.