olehsamoilenko / Air-Hockey

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing libraries:
	make install
Compiling:
	make
Run:
	./Air-Hockey
Features:
	. quiting with x button or ESC
	. moving with arrows
	. making hits with paddle increases speed of the ball
	. after every goal ball spawns in a center
	  moving in a random direction with random velocity
	. game continues till 5 goals will be counted
	. score is displayed in console
	. bot has different behavior during a game

About


Languages

Language:C++ 94.7%Language:Makefile 5.3%