Predictive Text Autofill Posted on August 14, 2019 (Project from February 2019) Generate text template completions with OpenAI’s GPT-2 117M model. Code is on Github [Read More]
Hold Me Back Posted on August 14, 2019 (Project from August 2018) Counter the movement with your mouse for as long as you can. Hold Me Back is a short browser game made for Ludum Dare 42. You can play it here on itch.io. [Read More]
Zipper Posted on August 14, 2019 (Project from July 2018) Top-down physics / persistent enemy generation test Builds and source code can be found on Github [Read More]
LoveNUT Posted on August 14, 2019 (Project from July 2018) Love2D Networking (UDP/TCP) Lua networking library for Love2D games Example usage local nut = require 'love_nut' chat = '--Chat:\n' server = nut.server{port=1357} <span... [Read More]
Jetpack Posted on August 14, 2019 (Project from April 2018) Simple game where you collect fuel to stay in the air, originally made for One Hour Game Jam. Play here, source code here [Read More]