Skip to content

Super quick connect 4 web app written in Go and Javascript

Notifications You must be signed in to change notification settings

jmptrader/connect4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Connect 4

Super quick and dirty web app. Zero skinning, zero usability, zero documentation, zero build/test/deploy system.

Run it!

go get github.com/apexskier/connect4
cd $GOPATH/github.com/apexskier/connect4
go run server.go

Visit http://localhost:8000 to see it.

About

Super quick connect 4 web app written in Go and Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 44.9%
  • JavaScript 39.4%
  • HTML 15.7%