Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 868 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 868 Bytes

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