Skip to content

nbartlomiej/tfoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tfoo

About

An implementation of Five in a Row game done in Haskell and Yesod with Server-sent Events.

Demo: tfoo.herokuapp.com <img src=“http://i.imgur.com/fW4Wu.png” />

It is based on a previous project of mine, takefive, which is a minimal Five in a Row implementation. If you’re new to Haskell and would like to see sample code, inspect takefive’s source code.

Tfoo is an attempt to create simple, modern and useful Haskell web application. It doesn’t require any database setup (because it doesn’t use database) and its deployment is relatively easy (see: Deploying Tfoo and other Haskell applications to Heroku ). Some people say that it is also an enjoyable game.

Project structure

Tfoo/*.hs          : Most basic, non-IO data and functions.
Tfoo/Handlers/*.hs : Only topmost Handler functions.
Tfoo/Helpers/*.hs  : IO functions built on top of Tfoo/*.hs code; these
                     helper functions are used in Handlers.
Main.hs            : Main entry point.

Dependencies

The project lacks Cabal file. I’ll add one in my free time (pull requests welcome too!). Below, for quick reference, a list of all dependencies.

wai-eventsource (1.1.0.1)
yesod (0.10.2)
yesod-static (0.10.1)
yesod-default (0.6.1)
blaze-builder (0.3.1.0)
shakespeare-js (0.11.2)
shakespeare-css (0.10.8)
hamlet (0.10.9.1)

ToDo

(pull requests welcome)

  • Add cabal file.

  • Improve AI (make it faster; implement minimax).

  • Create a mobile view.

  • Create a (public) dashboard that would show current games (real-time).

  • There is a bug that causes Server-sent Events not being propagated after ~3 minutes of client (Safari browser) waiting. Investigate and fix.

License

MIT, see LICENSE file for details.

About

Five-in-a-Row online with Haskell and Server-sent Events

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published