All Projects → plutov → go-snake-telnet

plutov / go-snake-telnet

Licence: MIT license
Snake Game over telnet protocol in Go

Programming Languages

go
31211 projects - #10 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to go-snake-telnet

Docker Cowrie
Cowrie Docker GitHub repository
Stars: ✭ 68 (+209.09%)
Mutual labels:  telnet
Esp32 Serial Bridge
Wifi to 3x Serial bridge based on a ESP32
Stars: ✭ 169 (+668.18%)
Mutual labels:  telnet
PuTTY-ng
An improved multi-tabbed PuTTY with better user experience. This project is based on noddle1983's putty-nd.
Stars: ✭ 37 (+68.18%)
Mutual labels:  telnet
Hisilicon Dvr Telnet
PoC materials for article https://habr.com/en/post/486856/
Stars: ✭ 101 (+359.09%)
Mutual labels:  telnet
Hontel
Telnet Honeypot
Stars: ✭ 145 (+559.09%)
Mutual labels:  telnet
Brutedum
BruteDum - Brute Force attacks SSH, FTP, Telnet, PostgreSQL, RDP, VNC with Hydra, Medusa and Ncrack
Stars: ✭ 212 (+863.64%)
Mutual labels:  telnet
Esp32 Ov7670 Hacking
Based on https://github.com/igrr/esp32-cam-demo extended with an ILI9341 display, with a Telnet interface to change OV7670 settings on the fly. Streams BMP files from RGB565 and YUV422 (encoded to RGB565) picture formats. Compile with latest esp-idf. Check out new telnet command "video 1" to auto capture to LCD as fast as possible for videocam mode, "video 0" to stop or "video Z" where Z is delay in ms between each capture / LCD refresh.
Stars: ✭ 55 (+150%)
Mutual labels:  telnet
snake-server
Snake-Server is a pure Go implementation of the famous arcade game 🐍
Stars: ✭ 31 (+40.91%)
Mutual labels:  snake
Go Telnet
Package telnet provides TELNET and TELNETS client and server implementations, for the Go programming language, in a style similar to the "net/http" library that is part of the Go standard library, including support for "middleware"; TELNETS is secure TELNET, with the TELNET protocol over a secured TLS (or SSL) connection.
Stars: ✭ 161 (+631.82%)
Mutual labels:  telnet
net-telnet
Provides telnet client functionality.
Stars: ✭ 51 (+131.82%)
Mutual labels:  telnet
Ts3 Nodejs Library
TeamSpeak 3 Server Query Library supports SSH and RAW Query
Stars: ✭ 110 (+400%)
Mutual labels:  telnet
Eve Ng Integration
integrates EVE-NG (aka UNetLab) with Linux desktop
Stars: ✭ 143 (+550%)
Mutual labels:  telnet
Libtelnet
Simple RFC-complient TELNET implementation as a C library.
Stars: ✭ 228 (+936.36%)
Mutual labels:  telnet
Guacamole
Guacamole是无客户端的远程桌面网关。它支持VNC,RDP和SSH等标准协议。 我们称之为无客户端,因为不需要插件或客户端软件。 感谢HTML5,一旦Guacamole安装在服务器上,您访问桌面所需的全部功能就是一个Web浏览器。
Stars: ✭ 99 (+350%)
Mutual labels:  telnet
petscii-bbs
A Java framework for building highly customizable PETSCII-enabled BBS, accessible from Commodore 64/128
Stars: ✭ 84 (+281.82%)
Mutual labels:  telnet
Nyancat
Nyancat in your terminal, rendered through ANSI escape sequences. This is the source for the Debian package `nyancat`.
Stars: ✭ 1,144 (+5100%)
Mutual labels:  telnet
Doe
自己编写dubbo客户端实现rpc调用,在线调试dubbo接口、dubbo接口可视化测试、自动化测试工具。
Stars: ✭ 183 (+731.82%)
Mutual labels:  telnet
Wortuhr ESP8266
Wortuhr mit ESP8266 WeMos D1 mini und NeoPixel WS2812B LEDs mit mp3 Sounds, Animationen, Transitions, Events und Spiele
Stars: ✭ 33 (+50%)
Mutual labels:  snake
Cpp-Snake
A simple snake game written in c++
Stars: ✭ 35 (+59.09%)
Mutual labels:  snake
Knock
🔑 Scan the entire internet for SSH and Telnet services. Then hack them.
Stars: ✭ 60 (+172.73%)
Mutual labels:  telnet

Snake over Telnet in Go Build Status

Run it with go

go get github.com/plutov/go-snake-telnet
go-snake-telnet

Run with Docker

docker pull pltvs/go-snake-telnet .
docker run -d -p 8080:8080 pltvs/go-snake-telnet

Play!

telnet localhost 8080

Tests

go test ./... -bench=.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].