Source to servers for games and apps that work with FujiNet
-
"Lobby" - for FujiNet Game system - moved to new repo: https://github.com/FujiNetWIFI/fujinet-lobby
-
"apod" - Astronomy Picture of the Day fetcher.
- Fetch NASA's Astronomy Picture of the Day (APOD),
convert it to a format suitable for quickly loading on an Atari (e.g.,
80x192 16 grey shade
GRAPHICS 9
), and make it available via HTTP for an Atari with a #FujiNet and itsN:
device.
- Fetch NASA's Astronomy Picture of the Day (APOD),
convert it to a format suitable for quickly loading on an Atari (e.g.,
80x192 16 grey shade
-
"cherrysrv" - A simple chat multi-channel server that works over TCP.
-
"fujinet-game-server" - The beginnings of a multi-player game server that works over UDP.
-
"kaplow" - A server to play a scorched earth like game.
-
"networds" - A server for a two-player word game played via mostly-RESTful HTTP requests.
-
"5cardstud" - A Multi-player/Multi-Platform implementation of 5 Card Stud Poker
- Clients
- fujinet-apps/5cardstud - 8 bit clients (C, FastBasic)
- Servers
- fujinet-game-system/5cardstud/server - Game server written in Go
- Clients
-
"Fujitzee" - A Multi-player/Multi-Platform implementation of Yahtzee
- Servers
- fujinet-game-system/fujzee/server - Game server written in Go
- Clients
- github.com/FujiNetWIFI/fujinet-fujitzee - 8 bit clients
- Servers