Skip to content
View mrbennelson's full-sized avatar

Block or report mrbennelson

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. ticket_to_ride_game_app ticket_to_ride_game_app Public

    In an android app development class, I worked with 3 others over the course of 4 months to create a mobile app version of the card game, Ticket to Ride. We implemented the front and back end of the…

    Java

  2. basic_image_processing_app basic_image_processing_app Public

    For a 3D graphics class, I implemented the back end of a basic "Photoshop-like" application in Java. I implemented all the methods for drawing basic shapes in 2D, and a wireframe viewer in 3D that …

    Java

  3. basic_ray_tracer basic_ray_tracer Public

    For one of my senior projects in college, we had two weeks to implement a basic ray tracer. It can only ray trace spheres and triangles using phong shading. No texture capabilities.

    C++

  4. super_asteroids super_asteroids Public

    For an android app development class, we were required to implement the back-end of a mobile game called Super Asteroids.

    Java

  5. algorithms algorithms Public

    For my algorithms class, we discussed and then implemented on our own, 5 well known algorithms. Here are my solutions for modular exponentiation, convex hulls, Djikstra's shortest path, gene sequen…

    C#

  6. data_structures data_structures Public

    I wanted to make sure I understood how some fundamental data structures worked, so I decided to code them up here.

    C++