Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 

30 wiersze
514 B

  1. Important stuff
  2. ---------------
  3. [ ] Something to move a character around.
  4. - [ ] Joystick input.
  5. - [ ] Event listeners for keyboard or joystick.
  6. [ ] Map collisions?
  7. [ ] Add scripting support (lua?).
  8. [ ] Open several maps at the same time.
  9. Editor
  10. ------
  11. [ ] File requester for maps.
  12. [ ] Scroller/panner for maps.
  13. [ ] Allow to modify maps.
  14. Specs
  15. -----
  16. [ ] Write a map file format.
  17. [ ] Add special zones to the map.
  18. Architecture
  19. ------------
  20. [ ] Tiler and Forge are almost the same, try to refactor them.