Update
This commit is contained in:
parent
9fc5ae8d5b
commit
275c83d379
27 changed files with 1857 additions and 1819 deletions
|
@ -99,4 +99,10 @@ The following is a retrospective look on what could have been done better (a pot
|
|||
- The game is really a bit too hard (tho this can easily be changed in settings) and gameplay is not great (like explosions pushing player instantly, not too good, too few items, player often lacks ammo/health, ...), movement inertia could be in vanilla game to make it feel nicer etc.
|
||||
- Some of the code is awkward, like `SFG_recomputePlayerDirection` was an attempt at optimization but it's probably optimization in a wrong place that does nothing, ...
|
||||
- Some details like having separate arrays for different types of images -- there is no reason for that, it would be better to just have one huge array of all images; maybe even have ALL data in one huge array of bytes.
|
||||
- ...
|
||||
- ...
|
||||
|
||||
## See Also
|
||||
|
||||
- [Doom](doom.md)
|
||||
- [Licar](licar.md)
|
||||
- [SAF](saf.md)
|
Loading…
Add table
Add a link
Reference in a new issue