Pinned Repositories
cpp-expression-evaluator
A simple expression evaluator that evaluates a given expression.
cpts-121-programming-assignments
All of my programming assignments for my CptS 121 course.
cpts-122-final
cpts-122-programming-assignments
All of my programming assignments for my CptS 122 course.
frozenpixel-games.github.io
https://frozenpixel-games.github.io/
humans-vs-zombies
A short demo that uses the Unity Game engine. Uses NavMesh, agents, dynamically renders mesh, and has event systems for game states!
midnight-psychosis
In this short atmospheric horror game, you play as a child troubled with sleep deprivation, malnormal visions, and anxiety while handling loneliness during your parents' absence. Can you keep the monsters away, or will you succumb to them?
this-is-teamwork
Playing as light and dark, you must join forces in a 2D puzzle, exploration, and platforming game. Together, you must navigate dangerous caverns and conquer tough challenges. Collaboration is vital as each player has a unique ability that will help other players. Patience, problem-solving, and teamwork will unlock the secrets of the game.
unity-2d-camera-drag-and-zoom-controller
A script that drags and zooms an orthographic camera.
WeatherApp
A simple app created in Android Studio using Kotlin and Compose.
aryputh's Repositories
aryputh/this-is-teamwork
Playing as light and dark, you must join forces in a 2D puzzle, exploration, and platforming game. Together, you must navigate dangerous caverns and conquer tough challenges. Collaboration is vital as each player has a unique ability that will help other players. Patience, problem-solving, and teamwork will unlock the secrets of the game.
aryputh/unity-2d-camera-drag-and-zoom-controller
A script that drags and zooms an orthographic camera.
aryputh/cpp-expression-evaluator
A simple expression evaluator that evaluates a given expression.
aryputh/cpts-121-programming-assignments
All of my programming assignments for my CptS 121 course.
aryputh/cpts-122-final
aryputh/cpts-122-programming-assignments
All of my programming assignments for my CptS 122 course.
aryputh/humans-vs-zombies
A short demo that uses the Unity Game engine. Uses NavMesh, agents, dynamically renders mesh, and has event systems for game states!
aryputh/iterative-binary-search-c
A chunk of code that shows an iterative binary search.
aryputh/java-num-to-tallies
A java file that converts a given number to tallies.
aryputh/jelly-hunt
The code for a 2D game I worked on, Jelly Hunt
aryputh/midnight-psychosis
In this short atmospheric horror game, you play as a child troubled with sleep deprivation, malnormal visions, and anxiety while handling loneliness during your parents' absence. Can you keep the monsters away, or will you succumb to them?
aryputh/WeatherApp
A simple app created in Android Studio using Kotlin and Compose.
aryputh/jelly-hunt-privacy-policy
aryputh/my-v-cart
Create items and store them in your virtual cart to buy later! You can add as many items as you want and can remove them as needed!
aryputh/my-v-cart-privacy-policy
aryputh/oasis-hackathon-2024
aryputh/sequential-search-c
A chunk of code that shows a sequential search.