https://github.com/negativeeddy/lemonadestand
C# port of the Apple II Lemonade Stand game from the original 1979 Applesoft BASIC source
https://github.com/negativeeddy/lemonadestand
classic-game
Last synced: about 1 year ago
JSON representation
C# port of the Apple II Lemonade Stand game from the original 1979 Applesoft BASIC source
- Host: GitHub
- URL: https://github.com/negativeeddy/lemonadestand
- Owner: negativeeddy
- Created: 2019-11-08T21:29:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-18T13:58:54.000Z (over 6 years ago)
- Last Synced: 2025-01-28T17:14:38.512Z (over 1 year ago)
- Topics: classic-game
- Language: C#
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LemonadeStand
C# port of the old Apple II Lemonade Stand game from original 1979 Applesoft BASIC source @ http://codenautics.com/lemonade/
First stage is a direct port from BASIC => C#. Original BASIC is in the comments.
Later some refactoring and updating to modern patterns will be done.
for reference, here is the [Apple II BASIC manual](https://ia801707.us.archive.org/11/items/Apple_II_Basic_Programming_Manual_1978_Apple/Apple_II_Basic_Programming_Manual_1978_Apple.pdf)
(for some reason, the only definition it gives for RND(-1) is "try it and see")