Skip to content

jamesninnes/connect_four

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

connect_four

A connect four flutter app.

Notes

  • Started with just an List for the gameState - this was changed to List<List> for simplicity

  • https://stackoverflow.com/a/38211417 This was a massive help with the win and lose conditions

  • My roommate got annoyed that it always cleared after the game finished, so I made it a button

About

Connect four flutter app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published