Profile image

Jessica's Profile

Demos

These demos are a collection of projects that I've built while learning different types of development. Most projects will be webapp or game related, but I'm currently learning more frontend development to add to the collection. You can check my stuff out at the links below.

Important Unity Note: After opening a Unity demo, you must click the Unity window for sound and control. Unity's web player is not built for Mobile.

Emily AI

Emily AI

Emily AI is a Slack App that uses OpenAI's GPT-3 API to generate responses to messages in Slack. Emily AI is built using JavaScript, Node, Express. Axios, and MongoDB. The build explicitly avoids Slack's Bolt SDK in order to show familiarity working with Express, OAuth, Signature Verification, and Slack's API directly.

Emily's memory is stored in a MongoDB database along with the encrypted Access Token for your Slack workspace. Access Tokens are encrypted using the Node Crypto library and the AES-256-GCM algorithm. Tokens are fetched and decrypted at runtime during the specific API call being made to Slack.

Emily AI is in active development and you can find the project's Github repo here: https://github.com/jalder89/Emily-AI-GPT3

Solar Crisis

Solar Crisis

A short sci-fi adventure game by Jess & Ward built in two weeks for Adventure Jam 2023.

Solar Sub 1, the first sub-surface solar observation station deployed into the sun two weeks ago. Solely staffed by robots, the station’s goal is to send back valuable data regarding the inner-workings of our star. The initial readings left scientists baffled, suggesting that the sun's density is significantly lower than previously anticipated.

Shortly after, all communications ceased...

Retrowave Rider

Retrowave Rider

A Unity demo of a parallax scene I threw together in about a day for a fellow indie developer in Unity. The demo features music, parallax backgrounds, and an animated car that you can move with A & D.

Memory Match Game

Memory Match

A simple game where you are given a deck of cards to match. The game will track how long it takes for you to complete and provide a score. Time doesn't affect your score but the number of moves that you make will.

Clicky Fruit

Clicky Fruit

Clicky Fruit is a Unity game similar to fruit ninja where you have to click fruits and items that fly on screen while avoiding the random bombs. This game features a score UI and restart functionality.

Endless Runner

Endless Runner

The endless runner is a very simply runner game from when I first started learning Unity. The player has to jump to avoid obstacles with the space bar and the game ends if you hit an obstacle. Currently you'll need to refresh your browser to try again.