Skip to content

Using a Reversi codebase that covers the basics of cross-platform developed in Flutter & Dart - by nickiesong - to applying Adversarial Search Algorithms

Notifications You must be signed in to change notification settings

rafaelcicerojoe/Feversi-AI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feversi

A Reversi application that covers the basics of cross-platform development using Flutter and Dart, which is based on an AI project applying algorithms of Adversarial Search.

Thanks filipvk for the game code

Preview

Start End

Remarks

  • Building animations using AnimatedBuilder
  • Controlling element visibility using both Visibility and collection if
  • Creating custom widgets
  • Creating custom color swatches. Further explanations can be found in this article on Medium 🍻
  • Adding more than one FloatingActionButtons in Scaffold. More like a hack tho.
  • Responsive element & font sizes across different types of mobile devices
  • Most efficient handling of application constants in Flutter

Any concerns or motivations?

Make sure to report any issues/bugs/concerns if you find one. Or, create a PR directly through GitHub portal we all know and love. 💖 I am totally broke but you don't have to donate nothing. 😎

About

Using a Reversi codebase that covers the basics of cross-platform developed in Flutter & Dart - by nickiesong - to applying Adversarial Search Algorithms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 88.9%
  • Ruby 3.3%
  • Objective-C 3.2%
  • Shell 3.0%
  • Java 1.6%