Kevin Wang – Image Filters
Sponsor: Mr. Pratley
I’ll be showcasing a C program I wrote for my computer science class. Both programs use pointers and file pointers to analyze a file and output a new file. The program was written on the CS50 IDE, and the assignment was to create a program that replicated image filters. I spent around 5 hours on this project. Code can be found at https://pastebin.com/jQ0eepGV.
Ryan Heckathorn – Blackjack Simplified
Sponsor: Mrs. Wallace
The project I made is a simple game of Blackjack that I created using Code.org's App Lab. I would estimate this took me at least 6 hours to create, mostly outside of school. This wasn't for a project in class or anything, but we were using the app lab in AP Computer Science and it seemed quite simple to make a Blackjack game against a computer. It ended up being more complicated than I'd hoped, but I did end up accomplishing what I set out to do. In order to keep the game simple, I only used the simplest ruleset for the game, so there isn't any features like splitting. The player's cards are selected from a list, and the dealer's are determined based upon the probabilities of the dealer actually getting said number. The dealer will always get at least 16, and can go over 21.