Problem I threw this together for a web dev class I am taking at school and I thought I’d throw […]
Tag: game
Beginner number guessing game in Java
Problem I am a first year CS student. We are currently learning Java and my latest assignment was to create […]
HTML5 Tile Cycle Puzzle
Problem It’s been a while since I did anything with JavaScript. I made a tile puzzle game to help me […]
Java game development image animation
Problem I was wondering if someone could look at my animation for me to see if I am doing it […]
Mandelbrot Set generator
Problem I want to reduce the big time it needed for my mandelbrot set generator to work. I’m working this […]
Simple Text Adventure: Cleaning up after the party
Problem This week’s Code Review Weekend Challenge is about implementing a simple console game. Here’s my game loop: class Program […]
Chutes & Ladders Board Generator (June 2016 Community Challenge)
Problem This is an “entry” I made for the June 2016 Community Challenge to make a Chutes and Ladders generator. […]
Rock, Paper, Scissors game assignment
Problem This is an assignment that I have already turned in. It works great, but I was wondering if there […]
Provably fair coin flip system in Laravel
Problem I made a provably fair 1v1 coin flip game in Laravel and I want to be sure it’s safe […]
Android game inspired by Space Invaders and Moon Patrol
Problem I’m creating a mini game for Android inspired by space invaders and Moon Patrol. I have completed the important […]