https://github.com/anachrocomputer/flappy101
A simple game for the UK101 in BASIC and 6502 assembler, for Ludum Dare MiniLD #50
https://github.com/anachrocomputer/flappy101
6502-assembly basic basic-programming-language game ludum-dare minild uk101
Last synced: 7 months ago
JSON representation
A simple game for the UK101 in BASIC and 6502 assembler, for Ludum Dare MiniLD #50
- Host: GitHub
- URL: https://github.com/anachrocomputer/flappy101
- Owner: anachrocomputer
- Created: 2014-10-23T18:56:19.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-05-30T21:08:08.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T10:48:59.794Z (about 1 year ago)
- Topics: 6502-assembly, basic, basic-programming-language, game, ludum-dare, minild, uk101
- Language: Assembly
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README



# Flappy 101 #
A simple game for the Compukit UK101.
Originally written for Ludum Dare Mini-LD \#50: DEMAKE in March 2014.
## Ludum Dare ##
I wrote this program for Ludum Dare's MiniLD \#50:
https://web.archive.org/web/20140410105604/http://www.ludumdare.com/compo/2014/03/07/mini-ludum-dare-50-announcement
## Implementation ##
The main loop of the game runs in BASIC, but the BASIC program
calls a machine-code subroutine via the USR() function.
The machine-code part of the game handles the movement of the
obstacles across the UK101's screen.
## Screenshots ##


