nsnake
Classic snake game for the terminal
Loading...
Searching...
No Matches
Public Member Functions | List of all members
AnimationGameOfLife Class Reference

Rules and behavior of the GameOfLife animation. More...

#include <AnimationGameOfLife.hpp>

Inheritance diagram for AnimationGameOfLife:
Inheritance graph
[legend]
Collaboration diagram for AnimationGameOfLife:
Collaboration graph
[legend]

Public Member Functions

 AnimationGameOfLife (Window *window)
 
void load ()
 
void update ()
 
void draw ()
 

Detailed Description

Rules and behavior of the GameOfLife animation.

Definition at line 11 of file AnimationGameOfLife.hpp.

Constructor & Destructor Documentation

◆ AnimationGameOfLife()

AnimationGameOfLife::AnimationGameOfLife ( Window *  window)

Definition at line 8 of file AnimationGameOfLife.cpp.

◆ ~AnimationGameOfLife()

AnimationGameOfLife::~AnimationGameOfLife ( )
virtual

Definition at line 12 of file AnimationGameOfLife.cpp.

Member Function Documentation

◆ draw()

void AnimationGameOfLife::draw ( )

Definition at line 88 of file AnimationGameOfLife.cpp.

◆ load()

void AnimationGameOfLife::load ( )

Definition at line 16 of file AnimationGameOfLife.cpp.

◆ update()

void AnimationGameOfLife::update ( )

Definition at line 30 of file AnimationGameOfLife.cpp.


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