-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
30 lines (22 loc) · 785 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
EndGame 1.0.1
// About
A platform that allows two users to play the game Endgame a game conceptualized by Professor David Cope of UCSC.
Win condition checks are commented out in the code since they are incomplete.
// Rules
Pieces follow the same move rules as Chess.
Pieces can't capture other pieces.
The goal is to have all of opponent's pieces in check and for them to not have an 'escape' move.
If all of your pieces are in check - you must move at least one piece out of it on your move.
// Licence
GPL v3, see GPL.txt
VERSION HISTORY
--------------------------------------
Alpha 1.0.1
02.13.2012
+Released under GPLv3 licence
Bug Fixes:
+Removed internet permissions as this was not needed.
--------------------------------------
Alpha 1.0.0
10.30.2012
+Initial Release