Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anachrocomputer/flappy101
A simple game for the UK101 in BASIC and 6502 assembler
https://github.com/anachrocomputer/flappy101
6502-assembly basic basic-programming-language game ludum-dare minild uk101
Last synced: about 7 hours ago
JSON representation
A simple game for the UK101 in BASIC and 6502 assembler
- Host: GitHub
- URL: https://github.com/anachrocomputer/flappy101
- Owner: anachrocomputer
- Created: 2014-10-23T18:56:19.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-05-30T21:08:08.000Z (6 months ago)
- Last Synced: 2024-05-30T23:44:40.506Z (6 months 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
![Static Badge](https://img.shields.io/badge/CPU-6502-green "CPU:6502")
![Static Badge](https://img.shields.io/badge/BOARD-Compukit%20UK101-green "BOARD:Compukit UK101")
![Static Badge](https://img.shields.io/badge/MiniLD-50-green "MiniLD:50")# 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 ##
![Instructions](flappy2.png "Instructions")
![Game play](flappy3.png "Game play")
![Game over](flappy1.png "Game over")