View on GitHub

CS3250 (Spring 2025)

Repository and Website in support of Spring 2025 CS3250

Console Game Hub

Repository (public)

ConsoleGameHub

This project is a collaborative software development platform designed for undergraduate CS students, featuring a console-based arcade of classic and logic-driven games.

It is intended to help students practice software development principles (such as, agile development, test-driven development, object-oriented design, pair-programming, and refactoring) through fun and meaningful work.

The goal is to reinforce core and agile software development concepts and practices by contributing in an engaging, real-world context.

Activities

The Project contains a Kanban-style board of project activity.

See the Issues tab for all associated user stories and tasks.

Find and contribute to Discussions about new ideas and features.


Resources for Student Developers

Sample Executable Java File (Jar)

Here is an exceutable Jar file for another project: Decision Support

Command line execution: java -jar DecisionSupport.jar

GUI execution: Double-click the file icon (May not work on all systems.)