aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
blob: c76628aaafd388daef098d5f89ea44b875c78ed0 (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
# TODO

- drawing
  - sw blitter
- time
  - tick counter
- input
  - keyboard
  - joystick?
- entity system
  - free/used lists 
  - player
- sound
  - SB samples
  - MOD player?
  - ADLIB music?
- data (embedded in EXE)
  - map data: JSON
- screens
  - menu
  - game over

# REVIEW

- review use of the timer
    - tick frequency is 18.2 times per second
- use dosemu instead of dosbox?