Skip to content

Isometric video game using the Simple DirectMedia Layer, SDL.

Notifications You must be signed in to change notification settings

anachrocomputer/IsoGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IsoGame

The beginnings of an isometric video game using SDL, the Simple DirectMedia Layer library.

Doesn't do very much just yet, but does display a window containing an isometric grid, some walls and doors, and a few blocks. There's no collision detection between the fixed blocks and the moveable block. The files 'cube.bmp' and 'tile.bmp' are used to draw an animated cube and an animation cycle counter.

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

Isometric video game using the Simple DirectMedia Layer, SDL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published