-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
106 lines (79 loc) · 3.48 KB
/
README.txt
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
_____ _ _
| __ \ | | | |
| |__) |__ _ __| |_ __ _| |___
| ___/ _ \| '__| __/ _` | / __|
| | | (_) | | | || (_| | \__ \
|_| \___/|_| \__\__,_|_|___/
_____ _ _
___ | __ \ | | | |
( _ ) | |__) |__ _ __| |_ __ _| |___
/ _ \/\ | ___/ _ \| '__| __/ _` | / __|
| (_> < | | | (_) | | | || (_| | \__ \
\___/\/ |_| \___/|_| \__\__,_|_|___/
===========================================================================
README
V1.0 (Released 19th Aug 2017)
===========================================================================
TABLE OF CONTENTS
1) Introduction
2) Running Instructions
3) Features
4) Known Issues
===========================================================================
1) Introduction
------------
A modern adaptation of the popular board game “Snakes and Ladders”,
Portals & Portals is set to shake up family time with hours of gameplay
that will keep you on the edge! Snakes away - portals will make or
break your journey to the top as you attempt to traverse the gruelling
40 tile gameboard to win the ultimate prize and become the portal
master! Each portal is connected regenerating randomly at anytime and
anywhere, warping players between connected tiles that will leave
players with the bitter taste of despair or an over-inflated sense
of achievement as victory nears. Face off against your friends in
multiplayer mode or take on the ruthless AI bot army - you will
surely not be able to put this game back in the box!
===========================================================================
2) Running Instructions
------------
User must have Python 3.0 or above installed
By default, text mode can be explicitly ran using:
a) Run Command Prompt (cmd)
b) Execute "Python [dir]\Portals.py"
To launch the graphical user interface:
a) Run Command Prompt (cmd)
b) Execute "Python [dir]\Portals.py -g"
Failing to append the -g command will cause the program to run in text
mode.
===========================================================================
3) Features
------------
The below noted features have been delivered as part of v1.0
[Feature-1] Menu
[Feature-2] Player Setup
[Feature-4] Game Board Initiation
[Feature-5] Game Board Rendering
[Feature-6] Die Roll and Randomisation
[Feature-7] Determine order of players with dice roll
[Feature-8] Define Game Board Rules
[Feature-9] Create Game Board Logic
[Feature-10] Player advancement on board
[Feature-11] Placement of Portals
[Feature-12] Portal Logic
[Feature-13] Define End Game Conditions (win / withdraw)
[Feature-14] Portal randomisation rules
[Feature-15] Portal randomisation placement
[Feature-16] Interactive elements artwork
[Feature-17] Buttonise all player choices
[Feature-18] Player token selection
[Feature-20] Command line arguments to choose UI mode
[Feature-21] Token artwork
[Feature-22] Game board artwork
[Feature-23] Portal Artwork
[Feature-24] Splash screen artwork
[Feature-25] GUI logic
[Feature-26] Documentation (readme)
===========================================================================
4) Known Issues
------------
No animations have been included in the game distribution. Will be considered in a future release (v2).