Skip to content

Instantly share code, notes, and snippets.

@notshi
notshi / invaded.fun.lua
Created September 30, 2017 18:16 — forked from xriss/invaders.fun.lua
Invading the space invader
local wstr=require("wetgenes.string")
local chatdown=require("wetgenes.gamecake.fun.chatdown") -- conversation trees
local bitdown=require("wetgenes.gamecake.fun.bitdown") -- ascii to bitmap
local chipmunk=require("wetgenes.chipmunk") -- 2d physics https://chipmunk-physics.net/
-----------------------------------------------------------------------------
--[[#hardware