All Projects → nanochess → Pillman

nanochess / Pillman

Pillman boot sector game, a yellow thing eats pills and is chased by monsters.

Programming Languages

assembly
5116 projects

Projects that are alternatives of or similar to Pillman

Invaders
Invaders game in 512 bytes (boot sector)
Stars: ✭ 461 (+54.7%)
Mutual labels:  game, x86, bootloader, asm
Asm Space Invaders
A small, bootable game written in x86 Assembly inspired by Space Invaders
Stars: ✭ 202 (-32.21%)
Mutual labels:  game, x86, bootloader, asm
Toledo Atomchess
Toledo Atomchess is the world's smallest chess program in x86 assembly code
Stars: ✭ 69 (-76.85%)
Mutual labels:  game, x86, bootloader, asm
Bootmine
Bootable minesweeper game in a 512-byte boot sector
Stars: ✭ 136 (-54.36%)
Mutual labels:  game, x86, bootloader
APIInfo-Plugin-x86
APIInfo Plugin (x86) - A Plugin For x64dbg
Stars: ✭ 42 (-85.91%)
Mutual labels:  asm, x86
FutureDOS
A futuristic DOS
Stars: ✭ 46 (-84.56%)
Mutual labels:  asm, x86
CopyToAsm-Plugin-x86
CopyToAsm (x86) - A Plugin For x64dbg
Stars: ✭ 23 (-92.28%)
Mutual labels:  asm, x86
mbr-boot-manager
💾 Master Boot Record with a boot menu written in Assembly
Stars: ✭ 57 (-80.87%)
Mutual labels:  x86, bootloader
asmdot
[Unstable] Fast, zero-copy and lightweight (Arm | Mips | x86) assembler in (C | C++ | C# | Go | Haskell | Javascript | Nim | OCaml | Python | Rust).
Stars: ✭ 23 (-92.28%)
Mutual labels:  asm, x86
BootProg
FAT12/16/32 Bootsector for .COMs/.EXEs
Stars: ✭ 74 (-75.17%)
Mutual labels:  x86, bootloader
LanOS
one mini operating system simplified from linux0.12
Stars: ✭ 61 (-79.53%)
Mutual labels:  asm, x86
kasm
Assembler library for Kotlin
Stars: ✭ 40 (-86.58%)
Mutual labels:  asm, x86
8086-cheatsheet
8086 Microprocessor Cheat sheet with Programs
Stars: ✭ 81 (-72.82%)
Mutual labels:  asm, x86
dcc
Direct/Interactive C Compiler
Stars: ✭ 18 (-93.96%)
Mutual labels:  asm, x86
APISearch-Plugin-x86
APISearch Plugin (x86) - A Plugin For x64dbg
Stars: ✭ 46 (-84.56%)
Mutual labels:  asm, x86
creating-controls-in-assembler
Gitbook: https://mrfearless.gitbooks.io/creating-controls-in-assembler
Stars: ✭ 20 (-93.29%)
Mutual labels:  asm, x86
TravorOS
A simple OS running on Intel x86 architecture | No longer updating
Stars: ✭ 24 (-91.95%)
Mutual labels:  x86, bootloader
Assembly-Lib
A 16-bits x86 DOS Assembly library that provides many useful functions for developing programs. It has both VGA grapics functions as well as general purpose utilities. The main purpose of this library was to be able to implement simple DOS games (in Assembly) using VGA (320x200, 256 colors) display.
Stars: ✭ 36 (-87.92%)
Mutual labels:  asm, x86
SLAE
Example ASM code following SLAE course and exam assignments.
Stars: ✭ 36 (-87.92%)
Mutual labels:  asm, x86
stoomboot
An x86 real mode multiboot-ish ELF bootloader
Stars: ✭ 19 (-93.62%)
Mutual labels:  x86, bootloader

/\ == \ /\ \ /\ \ /\ \ /\ "-./ \ /\ __ \ /\ "-.\ \
\ \ -/ \ \ \ \ \ ___ \ \ ____ \ \ -./\ \ \ \ __ \ \ \ -. \
\ _\ \ _\ \ _\ \ _\ \ _\ \ _\ \ _\ _\ \ _\"_\ // // // // // // //// // //

Pillman game in 512 bytes (boot sector or COM file) by Oscar Toledo G. Jul/08/2019

http://nanochess.org https://github.com/nanochess

This a game about a yellow man eating pills in 512 bytes. It can be run as a COM file or put into a boot sector of a floppy disk to be run.

Move with arrow keys, press Esc to exit (only COM file).

It's compatible with 8088 (the original IBM PC). So you now have to look for a 8-bit compatible VGA card if you want to run it over original hardware ;)

A small video of the game running under emulation:

https://www.youtube.com/watch?v=ALBgsXOq11o

If you want to assemble it, you must download the Netwide Assembler (nasm) from www.nasm.us

Use this command line:

nasm -f bin pillman.asm -Dcom_file=1 -o pillman.com nasm -f bin pillman.asm -Dcom_file=0 -o pillman.img

Tested with VirtualBox for Mac OS X running Windows XP running this game, it also works with DosBox and probably with qemu:

qemu-system-x86_64 -fda pillman.img

Enjoy it!

THE BOOK <<

Do you would like more details on the inner workings? This program is fully commented in my new book Programming Boot Sector Games and you'll also find a 8086/8088 crash course!

Now available from Lulu:

Soft-cover http://www.lulu.com/shop/oscar-toledo-gutierrez/programming-boot-sector-games/paperback/product-24188564.html

Hard-cover http://www.lulu.com/shop/oscar-toledo-gutierrez/programming-boot-sector-games/hardcover/product-24188530.html

eBook https://nanochess.org/store.html

These are some of the example programs documented profusely in the book:

  • Guess the number.
  • Tic-Tac-Toe game.
  • Text graphics.
  • Mandelbrot set.
  • F-Bird game.
  • Invaders game.
  • Pillman game.
  • Toledo Atomchess.
  • bootBASIC language.
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].