Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/w84death/x86-assembly
Bootsector, no os games - 512b to 4kb - Runs form a 💾Floppy
https://github.com/w84death/x86-assembly
512-bytes 512-limit asm asmx86 assembly assembly-game assembly-x86 bootsector bootsector-game p1x
Last synced: 16 days ago
JSON representation
Bootsector, no os games - 512b to 4kb - Runs form a 💾Floppy
- Host: GitHub
- URL: https://github.com/w84death/x86-assembly
- Owner: w84death
- License: mit
- Created: 2024-04-16T12:14:11.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T20:45:16.000Z (4 months ago)
- Last Synced: 2024-10-22T04:38:31.211Z (4 months ago)
- Topics: 512-bytes, 512-limit, asm, asmx86, assembly, assembly-game, assembly-x86, bootsector, bootsector-game, p1x
- Language: Assembly
- Homepage: https://smol.p1x.in/assembly
- Size: 46.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# x86 Assembly Programs for x86 CPUs
A list of game and programs made mostly for bare-metal BIOS x86 environment.
All you need to run is a floppy disk drive and boot from the provided image.## Bootsector (512B) / No Operating System Games
- game1 - released - Land Me - arcade avoid obstacles
- game2 - abandoned - Ganja Farmer 512b - port of DOS game
- game3 - released - Fly Escape - animated sprites
- game4 - abandoned
- game5 - abandoned - custom palettes experiments
- game6 - released - Bit of a Treasure - isometric logic game, procedural levels## DOS (2KB)
Programs up to 2Kb (2048b) for DOS. FreeDOS and MS-DOS, COM files.
Mouse driver may be required.
- game7 - released - Moth Hunter - mouse use
- game8 - abandoned - Unnamed - 2-bit sprites, smooth movment
- game9 - abandoned - Dinopix - meta-tiles, sprite mirroring, 2-bit sprites use## BIOS (up to 5KB) / No Operating System Games
- boot - released - custom bootloader with game title/description
- game10 - in-production - The X Project - Mysteries of the Forgotten Isles
- game 11 - abandoned - just cleaned up vector engine
- game 12 - in-production - new vector only engine, super fast, trains simulation kinda, idea is evolving