Skip to content

luke-rt/guess-the-number

Repository files navigation

Guess The Number

A bare metal kernel with just Guess the Number

screenshot

Features

  • Guess the Number
  • 32-bit
  • custom bootloader
  • pseudo-random number generator seeded on user input ticks

Resources

Thanks to @cfenollosa's amazing os-tutorial repo

Setup

Steps

Build the dev container, then to build the disk image

make

To run, launch the qemu ui using ncurses

make qemu

TODO

  • Better random number generator(currently has pseudo random digits but that repeat with each boot)
  • Stop user from deleting the prompt

License

MIT License