|
@@ -1,3 +1,27 @@
|
|
|
# tic80-stuff
|
|
|
|
|
|
-Various stuff related to TIC-80 fantasy console development.
|
|
|
+## Projects
|
|
|
+Only projects with readme files are linked here.
|
|
|
+
|
|
|
+* A Breath Away (again)
|
|
|
+* Blockbattle
|
|
|
+* Cylshooter
|
|
|
+* Codename: Dark
|
|
|
+* Einhander demake
|
|
|
+* Megamang
|
|
|
+* Miniblast
|
|
|
+* [Shmup that's not Gradius at all](shmup/README.md)
|
|
|
+* Tinyablo, or Untitled Isometric Bullshit
|
|
|
+* [Xenophobe demake](xeno/README.md)
|
|
|
+
|
|
|
+## Awesome snippets
|
|
|
+Collected snippets that do neat things.
|
|
|
+
|
|
|
+* [atmos](awesome/atmos.lua) - some weather particle effects
|
|
|
+* [follower](awesome/follower.lua) - a follower object in the style of Gradius options
|
|
|
+* [fsm](awesome/fsm.lua) - simple finite state machine implementation example
|
|
|
+* [screenmelt](awesome/screenmelt.lua) - pixel manipulation with a drippy effect
|
|
|
+* [screenshake](awesome/screenshake.lua) - using `poke`s to offset screen in VRAM directly
|
|
|
+* [tvstatic](awesome/tvstatic.lua) - a cool television static effect
|
|
|
+* [water](awesome/water.lua) - water reflections including darkening and waves
|
|
|
+
|