Skip to content

Tile-based video game using SDL, the Simple DirectMedia Layer

Notifications You must be signed in to change notification settings

anachrocomputer/TileGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TileGame

The beginnings of a tile-based video game using SDL, the Simple DirectMedia Layer library.

Doesn't do very much just yet, but does display a window containing text in the Compukit UK101 font. So maybe it's also the beginnings of a UK101 emulator?

Building the Program

Install the C compiler, linker and libraries.

sudo apt-get install build-essential

Install SDL libraries and the development package.

sudo apt-get install libsdl2-2.0
sudo apt-get install libsdl2-dev

Run 'make':

make

About

Tile-based video game using SDL, the Simple DirectMedia Layer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published