added tooltips with information about light tools
[tabakrolletjie.git] / TODO.txt
1 TODO
2 ====
3
4 Bugs
5 ----
6
7 Features
8 --------
9
10 * Maybe configure lights in separate json file, to allow reuse of consistent models in multiple levels?
11 * Allow going down to zero seeds by buying lights if a turnip is planted
12 * Maybe make the mould weaker at the start
13 * Display average power usage in light tooltip
14 * Maybe also display information next to existing lights -- tooltip?
15 * Generally balance the levels better and add more levels
16 * Graphical level selection with screenshots
17 * Fast forward button for night-time (calculate more steps between redraws; play sounds sped up and with higher pitch)
18 * High scores
19 * Level editor?
20
21 Done
22 ====
23
24 * Light colour selection
25 * All lights multicolour
26 * Light direction configuration
27 * Fitting rotation
28 * Sunrise transition screen
29 * Lose condition (no turnips and no seeds)
30 * 'End the Day' button
31 * Win condition
32 * Mould resistances
33 * Battery and light power consts
34 * Mould power increases to prevent farming
35 * Night remaining counter
36 * Eye colour
37 * Seralize light on / off and colour selection state across day / night transition
38 * More sounds
39 * Save game
40 * Light removing tool
41 * Image for pulsating lamp
42 * Add placement error sounds
43 * Add sound for battery going dead
44 * Five levels
45 * Bug: have to click lights multiple times to turn them back on after the power has died
46 * Bug: Crash when removing a rotating light
47 * Turnip / light spacing bug: a light can be placed right below a turnip, but must be much further away if above the turnip. This happens whether the turnip or the light is placed first. I assume it has to do with how the turnip image is positioned relative to its body.
48 * Allow denser turnip spacing
49 * Different power usage for different lights (this was already done)
50 * Different prices for different lights
51 * Calculate both from # of colours, speed, beam width, etc.?
52 * added tooltips for lights