Skip to content

skeeto/flappy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ncurses Flappy Bird

Play online via telnet:

  • telnet flappy.nullprogram.com

Run Your Own Server

Build the game (make), install an inetd daemon and telnetd and put this in /etc/inetd.conf.

telnet stream tcp nowait telnetd /usr/sbin/tcpd /usr/sbin/in.telnetd -L /path/to/flappy

By default the high scores database will be kept in a SQLite database in /tmp. Use the -d option to change it.

About

Ncurses Flappy Bird Clone

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published