gokultp / go-four-in-a-row

A simple command-line implementation of the game `four in the row`
MIT License
12 stars 13 forks source link

Add a splash screen for the game #6

Open gokultp opened 6 years ago

gokultp commented 6 years ago

Add an animated splash screen for the game.

charly3pins commented 6 years ago

I've tried to do something with this but the termbox lib only works (or at least all func that I saw) work with cells, and it's hard to do a good splash going cell by cell. DO you have any other idea what we can do?

gokultp commented 6 years ago

@charly3pins we will have to generate it by cell by cell.