Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 1.01 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.01 KB

TREX RUN

The Arcade Classic Game from Chrome Browser Exported to Minix Environment!

http://www.minix3.org/

Specs

This project was only developed for the MINIX environment using mainly the C language. There are various modules that control some of the computer components, like the Timer, the Keyboard, the Mouse, the RTC and ultimately the Video Card, allowing for the deepest of the interactions with the core functions of the system. The source code can be found inside the src folder.

All the game assets were made out of the Google sprites, edited with GIMP and exported as bitmaps.

Demo

TREX RUN Demo

Docs

For the Doxygen documentation check the docs folder. The final deliverable report is at docs/report/ProjSpec.pdf.