Gnuboy AALib

This is really usefull, isn’t it. Made a video driver for gnuboy based on aalib. The sound it actually done by sdl lib. But i don’t care about sound to much because this thingy is meant to be played via telnet. So hook up the aagnuboy binary into xinted and have fun.

service aagnuboy
{
    disable         = no
    flags           = REUSE
    socket_type     = stream
    wait            = no
    user            = root
    log_on_failure += USERID
    port            = 1989
    server          = /usr/local/bin/aagnuboy 
    server_args     = /usr/local/games/roms/demo.gb 
    log_type        = SYSLOG daemon info
}

pic1

download gnuboy

Scroll to Top