-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathTODO.txt
41 lines (30 loc) · 1.24 KB
/
TODO.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
TAKE YOUR PICK:
- update README.rdoc in template app
- generate sample Gemfile with current gamebox version
- framerate setting should come from Gamebox.configuration.target_framerate?
- game.yml settings .. ^^^
- nice helpers for testing behaviors
- add define_style that defines a bucket of behaviors
- add helper for has_required_attributes on an actor from a behavior (checking that opts for the behavior has said key)
- solidify rdocs (including tutorial)
- input_manager should accept symbols for look up.. :space => KbSpace
- ZERO PENDING SPECS
- release!
- move all classes into Gamebox module
- collision detection honoring rotation?
- highscore upload system (use from chingu) (takes json now)
- collidable "grouping"
EXAMPLES:
- move to separate repo?
- nario:
error on collision
SOMEDAY:
- add network manager stub
- update physical objects to use chipmunk_object.rb
- make complex Phyiscal behaviors
* made up by a group of bodies pinned together
- create a DynamicPhysicalActor that can be built from external verts (SVG)
- add nice actor debugging
- add Extra; behavior with a short time to live (TTL); useful for special effects
- optional GUI via Fidgit?
- gamebox server (content server?)