SUPER Space invader : Turbo edition DX - VS GOD 1.0.0
A simple space invader ripoff
god.h File Reference

Special entity known as "God"
More...

#include "utils.h"
#include "invadersGrid.h"
Include dependency graph for god.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  God
 stores all God's data More...
 

Macros

#define GOD_BENCH_SIZE   64
 
#define GOD_HAND_SIZE   64
 
#define GOD_HAND_DISTANCE   100
 

Enumerations

enum class  GodState {
  NONE , AWAKE , WAIT , RETRIEVE1 ,
  RETRIEVE2 , THROW
}
 list of all known god states More...
 

Detailed Description

Special entity known as "God"

Author
RUBINI Thomas
Date
January 2022
Version
1.0

Well, I (Djalim) discovered that Thomas put God in the game I didnt think it was a good idea but no man can stop Thomas

Definition in file god.h.

Macro Definition Documentation

◆ GOD_BENCH_SIZE

#define GOD_BENCH_SIZE   64

Definition at line 34 of file god.h.

◆ GOD_HAND_DISTANCE

#define GOD_HAND_DISTANCE   100

Definition at line 36 of file god.h.

◆ GOD_HAND_SIZE

#define GOD_HAND_SIZE   64

Definition at line 35 of file god.h.

Enumeration Type Documentation

◆ GodState

enum class GodState
strong

list of all known god states

Enumerator
NONE 
AWAKE 
WAIT 
RETRIEVE1 
RETRIEVE2 
THROW 

Definition at line 23 of file god.h.