blob: 0164d82fd58410c1f5fc38ea25b9a879c9d91f32 (
plain)
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
107
108
109
110
111
112
113
114
|
Goals:
End of October:
===============
- have textures for the world and entities (png's and stuff)
- have basic quest handling/player can interact with NPCs to take quests
- have basic mobs/animals
Summary:
NPCs and a village were created, and a basic quest handling structure was design so that
the player could accept and complete quests from NPCs. Next we developed textures for the player,
NPCs, house and background, using PNG loading from SDL_image. After that, Andy began to work on
more textures for the game as well as animations for the player while Clyne worked on a player
inventory and rewarding items from quest completions. While these were (are) still in development
Andy added a basic template for mobs.
End of November:
================
- design the game
- work on GLSL shaders to replace the current 'fake' ones
- redesign what currently exists to match what is desired
End of December:
================
- create first 'chapters' of story
- create very first areas in the game (code it) to get an
idea of what's gonna go down
January - March:
===============
- design more story line...
- implement story line
February - End of March:
========================
- design sound effects / background music?
March-ish:
======
- allow friends to beta-test game
- modify game according to feedback
April:
====
- remove any remaining bugs in game
- get more testing done...
- look into methods of releasing the game (steam)
May:
====
- release game
June:
=====
- profit????
********************************************************************************************************
********************************************************************************************************
Goals.txt before redesign:
********************************************************************************************************
********************************************************************************************************
End of November:
================
- have a working player inventory
- receive items from things like quests and mobs
- weapons n stuff
End of December:
================
- have a basic world scripter thing to script worlds
- create world saving/loading functionality
(maybe work on prettying up inventory/save-load/quest stuff)
January - February:
===================
- work on a story line
February - March:
=================
- work on sound effects / background music
End of March:
=============
- Have game ready to be beta-tested by friends/other people so we can work
on receiving bug reports/adding things testers expect to have in the game.
End of April:
=============
- Have all major bugs found by beta testers removed/fixed
- Have the game ready for release to the public (during May the game should
be released in some form)
End of May:
===========
- Have game fully deployed with a way to receive feedback from the players
|