nosahama / termninja

Terminal games played over a network with netcat and a browser based scoreboard. Currently Snake, Hangman, and Subnet Racer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status GitHub last commit Live Demo GitHub

About

Termninja is a collection of networked, termninal games.

Games

  • Snake: notes support
  • Celebrity Hangman
  • Subnet Racer

Structure

.
├── README.md
├── docker-compose.yml
├── .travis.yml
├── client.sh
|
├── games/      # contains the actual game servers
├── frontent/   # contains the nextJS frontend
├── api/        # Sanic app for api access to backend
└── base/       # database access shared by api and games

Built with

  • Asyncio
  • Sanic
  • NextJS
  • Docker

About

Terminal games played over a network with netcat and a browser based scoreboard. Currently Snake, Hangman, and Subnet Racer


Languages

Language:Python 66.1%Language:JavaScript 27.5%Language:Shell 3.4%Language:CSS 1.5%Language:Dockerfile 0.9%Language:Mako 0.4%