[go: up one dir, main page]

File: TODO

package info (click to toggle)
sopwith 1.8.4-3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,776 kB
  • ctags: 1,428
  • sloc: ansic: 9,906; sh: 2,770; makefile: 80
file content (34 lines) | stat: -rw-r--r-- 895 bytes parent folder | download | duplicates (4)
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
To Do
-----

Bugs:

Code Cleanup: 
	Remove useless files: swutil.c
	Restructure display to be state based - avoids all the horrible crap
		with longjmp at the moment
	Remove the XOR'ing mess - just draw the entire screen each time.
		Computers are fast enough that we dont need to do this 
		any more :)
Network:
	Ability to abort server
	Network disconnect should bring you back to the title screen
		Also on failure to connect
	Keep sending even when we are waiting for data (up to a point of 
		course). Currently the network code wont send the next 
		movement until its received the next movement from the 
		other player. As a result any kind of lag will drastically 
		kill the game speed.	
	> 2 Players, Teams
	Extra game modes -- Capture the flag etc


Ideas
-----

Friendly buildings/tanks should shoot at enemy planes?
Teams (player + AI)?
Custom levels
High score table?
Safe base?