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
Try it!
- Pull the code
- Open as IntelliJ project
- Make sure to have JDK6+
Run the main() from MainWindow
- Fork repo
- Make changes. If you are looking for ideas, check the
ISSUES
section in Github - Create a Pull Request to the origin repo
- Congratulations!
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.