This website works better with JavaScript.
Explore
Help
Register
Sign In
sigonasr2
/
VirusAttack
Watch
1
Star
0
Fork
You've already forked VirusAttack
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64
Commits
2
Branches
0
Tags
196 MiB
Tag:
Branch:
Tree:
2d63b9c5cc
CorrectiveAction
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '2d63b9c5cc'
${ noResults }
VirusAttack
/
olcCodeJam2023Entry
/
GameState.h
8 lines
73 B
Raw
Normal View
History
Unescape
Escape
Implement Game State, transparent button, transparent image button, scenarios 2-8, bugfixes.
1 year ago
#
pragma once
enum
class
GameState
{
MAIN_MENU
,
GAMEPLAY
,
COMPLETED
}
;