Description
In this project, you will use the NonBlockingGame class to make a two-player video game. Each player controls a snake that gets longer and longer, and when one player crashes into something, the other person wins.

Topics
- ArrayLists
- Classes
- Loops
- Booleans and conditionals
- NonBlockingGame class
Instructional materials
BRIDGES instructors: To access teacher files or solution files, use the Bridges_Users Shared Drive. If you do not already have access, please contact iuse-bridges-group@uncc.edu.
Student files
Teacher files
- Tron Teacher Walkthrough
- Tron.java
- Snake.java