jessefreeman
Creator of @PixelVision8, Speaker, Coder, Author, and Developer Evangelist.
@PixelVision8 New York
Pinned Repositories
GameCreator
A public project to share Game Creator tools, resources, documentation and log bugs.
MarathonTextGenRNN
Marathon terminal text generator powered by textgenrnn
Room112
Manage your hotel room with this Phonegap app
tutorial-writer
A utility that converts code into step by step tutorials.
UnityRunner
The PV8 Runner is any code that bridges the core engine to a host platform. This is an example of how to create a simple runner to play the demos in Unity.
MonoVision
PixelVision8
Pixel Vision 8's core philosophy is to teach retro game development with streamlined workflows. PV8 is also a platform that standardizes 8-bit fantasy console limitations built on top of the open-source C# game engine based on MonoGame.
SpaceStation8
A demo game created for Ludum Jam 49
jessefreeman's Repositories
jessefreeman/GameCreator
A public project to share Game Creator tools, resources, documentation and log bugs.
jessefreeman/Room112
Manage your hotel room with this Phonegap app
jessefreeman/MarathonTextGenRNN
Marathon terminal text generator powered by textgenrnn
jessefreeman/UnityRunner
The PV8 Runner is any code that bridges the core engine to a host platform. This is an example of how to create a simple runner to play the demos in Unity.
jessefreeman/CSharpDemos
Pixel Vision 8 Demos help show off specific features of the SDK as well as how to get up and running on different platforms.
jessefreeman/tutorial-writer
A utility that converts code into step by step tutorials.
jessefreeman/SDL2Runner
The PV8 Runner is any code that bridges the core engine to a host platform. This is an example of how to create a simple runner in C with SDL2Runner.
jessefreeman/BasicInterpreter
Creating a Basic Interpreter in C# using ChatGPT
jessefreeman/SuperZombieRunner
A simple Unity endless runner with zombies.
jessefreeman/UTools
Collection of Unity classes and utitlities I use in my games.
jessefreeman/GitExample
Example project to teach people how to use Git on Medium.
jessefreeman/mario-gpt
Generating Mario Levels with GPT2. Code for the paper "MarioGPT: Open-Ended Text2Level Generation through Large Language Models" https://arxiv.org/abs/2302.05981
jessefreeman/pixel-art-to-svg
A simple script to convert pixel art graphics into layered SVG files to be used with plotters
jessefreeman/PixelBasic
An experiment porting Java Basic interpreter over to C#
jessefreeman/ReactGitPageTest
jessefreeman/Scripting-Language-Guide
Building a Scripting Language with Antlr 4 and C#
jessefreeman/WebNES
NES emulator in Javascript using HTML5 WebGL or canvas. Optimised for Chrome's V8 engine
jessefreeman/ai-for-dev
A comprehensive guide to setting up and optimizing local Large Language Models (LLMs) for developers.
jessefreeman/DelayTheInevitable
A print and play card game created for Ludum Dare 50
jessefreeman/grammars-v4
Grammars written for ANTLR v4; expectation that the grammars are free of actions.
jessefreeman/jsnes-web
A browser UI for JSNES, a JavaScript NES emulator
jessefreeman/MarathonTerminalGenerator
Customized version of textgenrnn designed specifically for generating Marathon terminal messages.