Skip to content

leni-kirilov/NextGenConnecting4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NextGenConnecting4

A 2009 project using Java 6 , Swing and basic networking

Classical Connect4 rules of 2 players trying to do 4 in a row/line/diagonal before their opponent ...with one twist - there is no bottom and "dropping" the men from the top. It's a gravity-based Connect4 where you can put a man from all directions!

Creates interesting situations and decision making.

Features:

  • AI controlled bot
  • 3 sizes of the board - 9x9 , 11x11, 13x13
  • hotseat multiplayer
  • network multiplayer

image

Try it!

DEV ENV SETUP INSTRUCTIONS

  1. Pull the code
  2. Open as IntelliJ project
  3. Make sure to have JDK6+

HOW TO Run

Run the main() from MainWindow

HOW TO CONTRIBUTE

  1. Fork repo
  2. Make changes. If you are looking for ideas, check the ISSUES section in Github
  3. Create a Pull Request to the origin repo
  4. Congratulations!

Build status:

Licence

Copyright 2009 Leni Kirilov & Stanislav Petrov

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

A gravity-based twist on the classical Connect4 game

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages