Skip to content

Instantly share code, notes, and snippets.

View Taresin's full-sized avatar

Dougy Lee Taresin

View GitHub Profile
# MIT License
#
# Copyright (c) 2026
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
@Taresin
Taresin / vex_scissors_paper_rock.py
Created February 11, 2026 10:16
his project will demonstrate Robot to Robot messaging using a simple Scissors Paper Rock game
# ---------------------------------------------------------------------------- #
# #
# Module: main.py #
# Author: dougy lee #
# Created: 2/7/2026, 8:53:10 AM #
# #
# Project: Scissors Paper Rock #
# Description: This project will demonstrate Robot to Robot messaging #
# using a simple Scissors Paper Rock game #
# #
# ---------------------------------------------------------------------------- #
# #
# Module: main.py #
# Author: dougy #
# Created: 2/12/2026, 11:14:38 PM #
# #
# Project: Fighter Controller #
# Description: This project upgrades the use of the controller to use #
# fighting game style inputs to control the AIM Robot #
# #