An open API service indexing awesome lists of open source software.

https://github.com/nanitefactory/worm

A classic Snake-like game which includes multiplayer play and networking done by using UDP socket programming written in Java.
https://github.com/nanitefactory/worm

network network-programming networking protocol selective-repeat selective-repeat-protocols snake snake-game socket socket-programming udp udp-client udp-server udp-socket worm

Last synced: about 1 year ago
JSON representation

A classic Snake-like game which includes multiplayer play and networking done by using UDP socket programming written in Java.

Awesome Lists containing this project

README

          

# Worm

## 개요
- 2016학년도 3학년 1학기 `네트워크프로그래밍` 수업 과제
- 지렁이 게임 (스네이크) 구현
- 서버와 클라이언트 프로그램으로 나누어 네트워크 플레이를 지원

## 실행화면
![1](./etc/1.PNG "플레이 화면")
![2](./etc/2.PNG "패킷의 흐름")