C++ Project 2016-2017: Arkanoid
Public Member Functions | List of all members
Arkanoid Class Reference

The actual game that can be run. Interacts with the arkanoid and the arkanoidSFML. More...

#include <arkanoid.h>

Public Member Functions

 Arkanoid ()
 
void run (int level=1)
 

Detailed Description

The actual game that can be run. Interacts with the arkanoid and the arkanoidSFML.

Definition at line 18 of file arkanoid.h.

Constructor & Destructor Documentation

◆ Arkanoid()

Arkanoid::Arkanoid ( )

Default Constructor.

Creates a game window.

Definition at line 15 of file arkanoid.cpp.

Member Function Documentation

◆ run()

void Arkanoid::run ( int  level = 1)

Run the Arkanoid game until the user closes the window.

Parameters
level(optional) The level the Arkanoid game will start with.

Definition at line 59 of file arkanoid.cpp.


The documentation for this class was generated from the following files: