Skip to content

A Connect 4 recreation in Java with an interactive user interface built with 2D graphics.

Notifications You must be signed in to change notification settings

akash5852/connect4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Connect 4 Java App


Logo

Connect 4 Java App

A Connect 4 program created for our ICS4U final project.
Explore the docs »

Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Screenshots
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

About The Project

The final team project for Grade 12 Programming, my partners and we decided to recreate one of our favourite games, Connect 4 in Java. It features object oriented design principles, as well as sorting algorithms for the highscore. It is also completely styled using the Java Library 2D graphics, to give our users a better visual of the game components.

Built With

  • Java
  • Netbeans
  • Java 2D Graphics
  • JDK 11

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  1. Download Netbeans IDE
  2. Download/clone repo and run it through the IDE

Screenshots

Menu Screen:
Menu Screen
In Game:
In Game Playing
In Game Win
In Game Restart
How to Play:
How to play

Roadmap

  • Implement Multiplayer Options

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Akash Sharma - aksha5852@gmail.com Evan Ferguson - evfer9809@gmail.com

Project Link: https://github.com/akash5852/connect4

About

A Connect 4 recreation in Java with an interactive user interface built with 2D graphics.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages