Skip to content

anirudhs001/ardu-display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run:

clone the repo, run ardu.ino on the microcontroller, and run dino.py on the host computer connected to the microcontroller.

Requirements:

hardware

some resistors, a vga cable , a monitor which supports vga input and an arduino uno. Follow this link to setup.

os

It has only been tested on ubuntu, and probably only work on *nix systems.

About

The project is based on this awesome vga library.

The game is written in python(dino.py) which manages all sprite positions and game logic, and sends out only positions of sprites via serial to the uno.

This is how the data is sent:

[dino.py] -> [game_engine.py] -> [server.py] ---serial--> uno

SCREENS

pic a dummy screen showing alphabets as characters. I forgot to record the normal sprites in action :(

Make new games:

TODO

About

Chrome's dino on an Arduino UNO, connected to a VGA monitor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published