Skip to content
View kyle-stevens's full-sized avatar

Block or report kyle-stevens

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
kyle-stevens/README.md

Kyle Stevens

Computer Science(Software Engineering) B.S.

Computer Science(Cybersecurity) M.C.S.

Personal Site

About Me

Software Engineer at Microchip Technology working on provisioning of cryptographically secure microchips and devices. Working with RSA and ECC encryptions, and automated testing and software qa for product. Arizona State University Alumni with a Master of Computer Science Degree in Computer Science(Cybersecurity) and a Bachelor of Science in Computer Science(Software Engineering). I participated in competitive underwater robotics with ASUR at ASU working as a developer(2018-2022), Software Lead(2020-2021), and Vice President(2021-2022). During this time I worked on developing I2C communication protocols, robot controls, and performed research into camera vision control guidance.


Game Projects

Murder Mansion Mystery Game - Rework of a project from CSCafe github community.(No Longer Active)

Dodge Blocks - Pygame program, using diagonal control scheme to dodge flying blocks.(Finished Development)

Flappy Square - Pygame clone of Flappy Bird.(Finished Development)

Square Rain - Pygame program, character must dodge falling blocks.(Finished Development)

ParkIt - Godot based game about parking cars.(Finished Development, Active Additions)

Development Projects

Task Tracker - JavaFX based program to track lists of tasks.(Finished Development)

I2C Wire Protocol - Linux based i2c communication of pwm motor values between an RPI/Nvidia Jetson and a Arduino/Equivalent Microcontroller.(Finished Development)

DocPy - Basic Windows system file cleanup application build in Python.(Finished Development)

MetaData - Simple C#.NET application to view file metadata on Windows based systems.(Finished Development)

Skyline Sort - Python class implementation of the skyline operator for N sorting categories.(Finished Development)

Pinned Loading

  1. murder-mansion murder-mansion Public

    A 3d game built using open-source game enginge Godot to create a third person Clue/Werewolves style murder mystery game.

    GDScript 3 2

  2. dodge_blocks dodge_blocks Public

    A simple game built in python utilizing the pygame module; you are a block, trying to survive in a cruel circular world

  3. flappy_square flappy_square Public

    quick flappy bird type game I made in a day

    Python

  4. ROS-ARDUINO-I2C-COMMUNICATION ROS-ARDUINO-I2C-COMMUNICATION Public

    Code for both robotside and arduino side i2c protocols using ros multiarrrays to transfer motor values

    C

  5. SquareRain SquareRain Public

    Dodge the falling raindrops

    HTML

  6. TaskTracker TaskTracker Public

    Task Tracker for Personal Use

    Java