forked from peterc/monos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DIARY.txt
164 lines (129 loc) · 5.48 KB
/
DIARY.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
DEVELOPMENT DIARY
=================
DECEMBER 19, 2011
-----------------
02:52
Have worked out from this diary I got 17.5 hours of development time
into the game out of the 48 available. But.. I'd rather have a family
than a full 48 hours, so I made my bed.. ;-)
02:30
Have finished cleaning up the README and other documentation. Created
a screencast and uploaded to YouTube at:
http://www.youtube.com/watch?v=6slgcqiA1sc
---- COMPETITION ENDS ----
01:55
It was down to the wire but I managed to get my submission in with
5 minutes to spare.
01:27
HAVE A MAJOR RUSH ON!!!!
DECEMBER 18, 2011
-----------------
23:40
Finally have other entities on the map like boats and fanboys.
Been doing some preparation for the submission process and some
general structural work to get the game mechanic involved. Also
have clipping (dependant on type of character, too).
21:50
Finally back at the office. Managed to do an hour at the in-laws'
which got me through creating a simple font and a text renderer
(which also supports arbitrary sprites from the sprite sheet :-))
Can I get the real game mechanic done in 3.75 hours?
------- BREAK -------
17:29
A massive gap due to 3 hours' sleep, taking my daughter to see
Santa, then 4 hours to top up that sleep. And now at the in-laws
for the traditional Sunday lunch and slumming it on the Macbook Air.
Unsure how far I'm going to get in the few hours left but should
be back in the office by 10pm and get 3-4 solid hours in.. going
to see what I can scrabble together while here at the in-laws
though. Already failed with some game data persistence due to
the "muffin" system (a joke on "cookies" I'm guessing) inserting
extraneous and invalid crap into its filenames. Time to focus on
adding extra entities to the map.
------- BREAK -------
04:14
Amazing progress continues. This is what they call "in the zone" I
guess. I'm hoping I can get by on 4 hours of sleep instead of 5(!)
The game theme is a rich dude who wants to enjoy a quiet break
alone on his new tropical island but.. all his fanboys and the
press are on his tail. The aim of the game is to get them to leave
you alone. It's going to be a bit like a cross between tower defense
style games, bomberman, and shoot em up.
02:57
Major developments! I had a brainwave and have made huge progress
in implementing it. No time to explain as I have to go to sleep
soon :-(
00:38
Fixing both cross platform rendering and classpath/deployment
issues seems to be the lion's share of the activity! Rewritten
the rendering stuff to not use #scale anymore, instead doing
scaling on every draw and then using integer pixel offsets
rather than float offsets which were making textures render
with gaps on Windows (ARGH!!)
At some point I might even figure out a game mechanic.. but
on the plus side, movement and rendering now seem to be as
smooth as butter. Lumpy butter.
DECEMBER 17, 2011
-----------------
23:56
Turns out we need to get jogg, and only jogg, into the
same area as the 'native' libraries. For some reason
jogg's contents aren't ending up on the classpath automatically
as with everything else.
23:47
Wasted 30 minutes trying to get the latest build running on
Windows. Turned out it was generally a .jar problem. For some
reason, jogg-0.0.7.jar's classes weren't readily available
like those from the other jars.. who knows why? :-)
Either way, $CLASSPATH << 'lib/jogg-0.0.7.jar' fixed it on
Mac. Still working on it for Windows..
23:06
Got the concept of game 'states' involved. So there's now an
'intro' screen (with nothing on it!) and a gameplay state you
can enter (using Space).
The plan now is to come up with a very basic game mechanism on
top of the tiling idea so far so that I have a chance of
completing something playable.
21:00
Due to family commitments, I am only now able to get back on the
case again :-) I'll probably get about 12 hours of development
time in all, rather than 48, as I'm taking my daughter to see
"Santa" tomorrow!
We now have smooth movement of a non-character around a rather
non-level. Time to think of an actual idea and a "game" around
some of this stuff now. Hmm.
------- BREAK -------
06:53
Quite a lot of progress in the last 30 minutes. Started doing some
structuring and breaking things out into classes. Pushed rendering
off to specific classes. Introduced a 'character' of sorts and you
can now walk around a map. No game mechanic yet but there's something
to "do".
06:24
Some relatively smooth scrolling at least. Started to get tired so
will have a little think about an actual game idea, fiddle with
some sounds, and get ready to head home.
06:05
The code is like a very messy car wreck. But I've been learning
a lot. Picking up Slick which dealing with all the Java integration
and performance issues is proving the time suck. I'll need to
come up with a very simple game so I have a chance of finishing :-)
04:39
Hmm, it's using 200MB extra memory every second. That's not good.
(Addendum: turns out you need to do some explicit memory management)
04:01
Have learnt how to get scaled, pixelated graphics on a Java
graphics context. That took longer than expected. Now let's look
at some structure to all this..
03:00
Let's get this baby on GitHub!
02:55
Have a basic build on Windows now. Going to forget about Windows
for quite some time and get on to actual work ;-)
02:51
For some reason I've wasted a lot of time getting the build to run
on Windows properly. I wanted to have the Slick and LWJGL stuff in
vendor but once packaged up, Windows is not playing ball. So into
lib/ they go.
02:00
Ludum Dare 22 begins!