SkillAgentSearch skills...

Bootle

Bootle (a Wordle clone in a x86 boot sector)

Install / Use

/learn @nanochess/Bootle
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Bootle: A Wordle clone in a boot sector (or COM file) by Oscar Toledo G. Feb/27/2022

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

This programs replicates the Wordle game in a boot sector, because of the space limitations it only contains 57 words. Also because the word list is so tiny, it doesn't check if it is a valid word.

In case you want a full 2500 word list, there is Bootle v2, it contains a loader to retrieve the dictionary from the disk (it generates a 360 KB image), so it can work WITHOUT operating system. Also there is a COM file if the prospect of not having an operating system bothers you :P

It can be run as a COM file or put into a boot sector of a floppy disk to be run.

It's compatible with 8088 (the original IBM PC).

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

Use this command line:

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

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

qemu-system-x86_64 -fda bootle.img

Enjoy it!

THE BOOK <<

Do you would like to learn 8086/8088 assembly language? Then get my 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.
View on GitHub
GitHub Stars56
CategoryDevelopment
Updated2mo ago
Forks2

Languages

Assembly

Security Score

95/100

Audited on Jan 17, 2026

No findings