Clone on replit | View in Github
This is a post-AP exam project I created for the AP CS A students while volunteering for TEALs
I find it a nice way to introduce some important software engineering concepts to students (utility methods, algorithmic thinking, modular code and pattern, testing, etc.). Hope you find this useful as an instructor!
- Template for students to implement the game (
Board.java
class) - Worksheets and other instructional material for project checkpoints and hints
- Unit tests to verify checkpoint progress
Source materials are created in Obsidian using the Excalidraw plugin. Source files are located in the obsidian
folder for edit