Skip to content

Latest commit

 

History

History

Connect 4

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Connect 4

GitHub repo Language C# Target Framework Build Discord License

You can play this game in your browser:
Play Now
Hosted On GitHub Pages

Connect 4 is a game where you try to get 4 pieces in a line before your oponent does on a 7x6 board by dropping them the pieces in from the top.

       v
   ╔---------------╗
   ║               ║
   ║               ║
   ║               ║
   ║               ║
   ║               ║
   ║               ║
   ║               ║
   ║   █   █       ║
   ║               ║
   ║ █ █   █ █     ║
   ║               ║
   ║ █ █   █ █   █ ║
   ╚═══════════════╝

Input

  • , : move your drop location
  • enter: drop in your piece
  • escape: exit game

Downloads

win-x64

linux-x64

osx-x64