https://github.com/anachrocomputer/tilegame
Tile-based video game using SDL, the Simple DirectMedia Layer
https://github.com/anachrocomputer/tilegame
c graphics sdl2 tilemap
Last synced: 4 days ago
JSON representation
Tile-based video game using SDL, the Simple DirectMedia Layer
- Host: GitHub
- URL: https://github.com/anachrocomputer/tilegame
- Owner: anachrocomputer
- Created: 2021-11-05T22:05:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-06T14:24:19.000Z (over 4 years ago)
- Last Synced: 2025-12-07T19:56:31.842Z (6 months ago)
- Topics: c, graphics, sdl2, tilemap
- Language: C
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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`