Skip to content
View Wyatt-Ritchie's full-sized avatar
Block or Report

Block or report Wyatt-Ritchie

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
Wyatt-Ritchie/README.md

Hi there 👋 I'm Wyatt Ritchie

  • 🔭 I’m currently working on migrating the existing 2d game engine into a 3d engine using OpenGl.
  • 🌱 I’m currently learning OpenGl. With a focus on game engine development
  • 👯 I’m looking for work in the software development field. Below you will see some technologies that I am experienced in.

Technical Summary

C++ C HTML5 Java JavaScript Python Visual Studio Jupyter Notebook Eclipse Android Studio Flutter

Current Project Info

There is an overall project I am working on, that is a 2D Engine. This engine is written entirely in C++, and it uses the SDL library for managine sprites, tetxtures and my overall rendering flow. This is a rather large project that I expect to act as a personal code base from which I can jump off from to make some games. Currently I have implemented a Tetris Clone and a Minesweeper Clone using this engine.

The current major component that I am implementing for this project is a collision system. The current method for collision detection simply iterates through each actor and checks if it has a circle component, and if that component intersects with any other circle components. Current improvements are going to extend this system to include rectangles, and other geometry. Post-collision behavior is not currently defined, as there is no physics system aside from some force based movement. So following the collision system will be a rigidbody physics compnent for more natural looking simulations.

Pinned Loading

  1. Minesweeper Minesweeper Public

    This is a minesweeper clone that is built in my 2d game engine

    C++

  2. generic-2d-engine generic-2d-engine Public

    This is the inital upload of a generic 2d game engine

    C++

  3. dog-breed-classifier dog-breed-classifier Public

    This project explores 4 pre-trained machine learning algorithms and tests their accuracies on the Stanford Dog dataset. There is also the model_deployment.py script that you can download and classi…

    Jupyter Notebook

  4. SENES SENES Public

    This is a simplified Strava clone for a final project in a mobile development class. It implements some features of GPS tracking, and prifile control

    Dart