-
Notifications
You must be signed in to change notification settings - Fork 2
Bootle (a Wordle clone in a x86 boot sector)
License
nanochess/bootle
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.
About
Bootle (a Wordle clone in a x86 boot sector)
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published