Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.58 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.58 KB

Bootloader-Game

Two-stage bootloader which your Kernel is a prototype RPG game. Project from the discipline of Software infrastructure from the Computer Engineering course of the Federal University of Pernambuco.

Motivation:

RPGInspiration

We had as strong motivation the RPG made with ASCII called "Sanctuary RPG ". But we also had inspiration on sagas like "Lord of Rings" ( As you can see, the dragon is called Smaug haha ) and the whole culture that motivates RPG style!

Our Game:

GameSlime

What would be a good RPG without a simple slime, huh?

GameDragon

Thats is our little Baby Dragon called Smaug haha.

How to execute it:

For it will be necessary to have the following tools:

  * Nasm
  * Qemu
  * Make

If you already have all of them, just enter the directory through the terminal and insert the run make

DEVS