Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.15 KB

File metadata and controls

39 lines (29 loc) · 1.15 KB

Console Game Hub

Repository for explorations of software development



Overview

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.

Test (Dynamic Analysis)

ant test

Build

ant jar

Run

java -jar build/jar/ConsoleGameHub.jar

Code Quality Check (Static Analysis)

ant checkstyle pmd

Activities

The Project contains a Kanban-style board of project activity

See the Issues tab for all associated user stories and tasks


Information and Examples

Visit the website for information and to download examples