parfemrogozin / Arcade_Volleyball

Beginer remake of Arcade Volleyball game in pure C and SDL2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arcade Volleyball

remake of Arcade Volleyball, 1989 DOS game by Rhett Anderson, writen in pure C and SDL2.

printscreen of game

About

Trying to teach myself programming, I found C the easiest to grasp because it exposes the inner working of computer. I was surprissed there are only few resources about game programing in pure C.

Hopefuly, this repo can be useful for some other absolute beginers in programing like me.

Requirements

Compiling

To compile on Windows you need mingw-w64

$ cd to/directory/Arcade_Volleyball
$ make

Further reading

Most undertandable course I found is VertoSudios' Learn Video Game Programming in C

About

Beginer remake of Arcade Volleyball game in pure C and SDL2

License:GNU General Public License v2.0


Languages

Language:C 98.0%Language:Makefile 2.0%