Skip to content

parfemrogozin/Arcade_Volleyball

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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