Skip to content

Commit bcca87f

Browse files
authored
Create README.md
1 parent aac0b92 commit bcca87f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Virus - The Game
2+
3+
The game have an NxN board where N is the board size and each player has a brick in the corner and then the player can either duplicate itself
4+
to one of the nearest squares or "jump" to a square even further away but leaving the square it jumps from empty. The goal of the game
5+
is to capture all the enemy squares or as many as possible.
6+
7+
I've build 4 agents which you can test the game on, Random player, Semi-smart player, MiniMax player and ANN player.
8+
9+
Mainly this project was to help me understand how the agents is implemented in an environment I have build myself and trying to understand
10+
how much work there actually goes into developing these agents.

0 commit comments

Comments
 (0)