All Projects → plainspooky → flappybird4msx

plainspooky / flappybird4msx

Licence: GPL-2.0 License
My version of Flappy Bird for MSX Computers

Programming Languages

assembly
5116 projects
Makefile
30231 projects

Projects that are alternatives of or similar to flappybird4msx

msx-forth83
Forth 83 and MSX computer. Libraries and tools to use Forth 83 CP/M-80 (by Laxen and Perry) with MSX computers.
Stars: ✭ 13 (-53.57%)
Mutual labels:  msx, msx-computers
MSX2-Technical-Handbook
The official technical reference of the MSX2 system, converted to convenient markdown files
Stars: ✭ 97 (+246.43%)
Mutual labels:  msx
CocoaMSX
MSX Emulator for macOS
Stars: ✭ 72 (+157.14%)
Mutual labels:  msx
TMS9918
Various documents for the TMS9918 VDP
Stars: ✭ 42 (+50%)
Mutual labels:  msx
Modern-MSX-BASIC-Game-Dev
Examples, demos and scripts from the book "Modern MSX-BASIC Game Development"
Stars: ✭ 24 (-14.29%)
Mutual labels:  msx
The-MSX-Red-Book
The MSX Red Book in Markdown format.
Stars: ✭ 85 (+203.57%)
Mutual labels:  msx
helios
A Java-based Sega Mega Drive/Genesis emulator. And other systems too.
Stars: ✭ 14 (-50%)
Mutual labels:  msx
gorilla-cpm
GORILLA.BAS port to CP/M in Turbo Modula-2. Supported terminals: VT52, VT100, ANSI, ADM-31, KayPro, C128, Memotech monochrome, CPC / Zenith Z19
Stars: ✭ 45 (+60.71%)
Mutual labels:  msx
rlengine-msx
RetroDeluxe Game Engine for MSX computers
Stars: ✭ 41 (+46.43%)
Mutual labels:  msx
6502.Net
A .Net-based Cross-Assembler for Several 8-Bit Microprocessors
Stars: ✭ 44 (+57.14%)
Mutual labels:  msx
asMSX
AsMSX, originally developed by Pitpan. More info: https://www.msx.org/wiki/AsMSX.
Stars: ✭ 58 (+107.14%)
Mutual labels:  msx
msx-rpg
A Dungeon Crawler for the MSX2
Stars: ✭ 40 (+42.86%)
Mutual labels:  msx
TMS9918A
TMS9918A video card for RC2014
Stars: ✭ 104 (+271.43%)
Mutual labels:  msx
MSXPi
Interface for MSX to Connect and use Raspberry Pi resources
Stars: ✭ 61 (+117.86%)
Mutual labels:  msx
msx-msxlib
MSX assembly library
Stars: ✭ 42 (+50%)
Mutual labels:  msx
MSX devs
MSX develops repository
Stars: ✭ 21 (-25%)
Mutual labels:  msx
msx diagnostics
Tool written in Z80 assembler to test the MSX hardware basics.
Stars: ✭ 34 (+21.43%)
Mutual labels:  msx
pcxtools
MSX cross-development command line tools PNG2MSX, PNG2SPR[+] and TMX2BIN
Stars: ✭ 17 (-39.29%)
Mutual labels:  msx
MSX
Most of the MSX software developed by Konamiman since the 1990s
Stars: ✭ 75 (+167.86%)
Mutual labels:  msx

FLAPPY BIRD for MSX

This is a demake of .GEARS Studio's Flappy Bird and my first public program coded entirely in Z80 assembly -- Yay! I'm a Hacker now! This game works on any MSX model (PAL or NTSC/PAM-M). Screen refresh is detected and the game speed adjusted automatically. If you're using a MSX turbo R the R800 mode will be enabled.

Build using PASMO Assembler and GNU MAKE with:

  • make bin to create a binary file to be loaded on real MSX computer by BLOAD "FLAPPY BIRD.BIN",R or
  • make rom to create a ROM image to run under emulators, ROM loader or build a physical cartridge.

In my blog you will find more information about the game and the binaries to be downloaded.

This program and other related files are licensed under terms of GPL (GNU General Public License). Changes, suggestions and improvement are welcomed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].