Skip to content

fenryka/console-connect-4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table Of Contents

NOTE: ToC generated using https://github.com/fenryka/TOC-Generator

Connect 4, The worlds worst version

As with most of m projects, don't use this! this was done as an exerise to get me back into Kotlin after a fair chunk of time working on C++. It almost certainly isn't useful to anyone except me.

How To use

Building

Get gradle somehow, it's a thing that the java crowd seem to know how to do, IntelliJ did some magic, and it appeared for me.

./gradlew build

Running

java -jar build/libs/Connect4-1.0-SNAPSHOT.jar

About

Small Kotlin example of a console connect 4 game

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages