Giter Site home page Giter Site logo

guess-the-number's Introduction

Guess The Number

A bare metal kernel to play Guess the Number on

screenshot

Features

  • Guess the Number
  • 32-bit
  • custom bootloader
  • pseudo-random number generator

Resources

Thanks to @cfenollosa's amazing os-tutorial repository for teaching me how to write a kernel!

Running

Download the most recent disk image from releases

Then, run

qemu-system-i386 -fda path/to/file/guess-the-number.iso

Building from source

Requirements

Linux

With your package manager, install

  • qemu
  • gcc(i386 elf)
  • GNU Make
  • nasm

Mac

NOTE: does not work on M1 chip

Install dependencies with

brew install qemu nasm
brew tap nativeos/i386-elf-toolchain
brew install i386-elf-binutils i386-elf-gcc

Steps

Clone this repository with

git clone https://github.com/ltgr/guess-the-number.git

then to build the disk image

make

To run, type

make qemu

TODO

  • Better random number generator(currently has pseudo random digits but that repeat with each boot)
  • Better bug checking with strtonum in string.c
  • Stop user from deleting the prompt

License

MIT License

guess-the-number's People

Contributors

luke-rt avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.