This commit is contained in:
Miloslav Číž 2020-10-30 15:56:27 +01:00
commit 32740125d6
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ These are some ideas about what you can do with this game:
- Port to GBA.
- Add OpenGL (or other accelerated) rendering, with true 3D, true color,
antialiasing, texture filtering etc.
- Add movement inertia.
- Improve SW rendering on PC, e.g. use full z-buffer, particle effects etc.
- Try to add screen space filters, like screen space antialiasing or pixel art
upscaling algorithms.
@ -29,6 +30,7 @@ These are some ideas about what you can do with this game:
- Create an "HD" pack, upscale textures, use more colors, HQ sounds, add
postprocessing etc.
- Take the assets and recreate the game in another engine, e.g. the Doom engine.
- Try to optimize this further, lower resource usage.
- Take another game, e.g. Freedoom, and recreate it in this engine.
- Create a script that will create 3D obj models of the levels, to be used in
Blender etc.