https://github.com/derivia/basic-snake
Snake in Apple's Basic
https://github.com/derivia/basic-snake
Last synced: 6 months ago
JSON representation
Snake in Apple's Basic
- Host: GitHub
- URL: https://github.com/derivia/basic-snake
- Owner: derivia
- Created: 2024-10-30T03:53:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T04:31:22.000Z (over 1 year ago)
- Last Synced: 2025-02-02T08:32:01.215Z (over 1 year ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake
> snake made in Applesoft Basic (based on scattered resources)
## How to play
1. Open a Applesoft Basic emulator, like this one: [Calormen's Applesoft Basic Emulator in JavaScript](https://www.calormen.com/jsbasic/).
2. Paste the code on the text input and hit `Run`.
3. Move the snake with WASD keys.