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.
- Host: GitHub
- URL: https://github.com/nanitefactory/worm
- Owner: NaniteFactory
- Created: 2017-02-05T14:10:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T16:16:20.000Z (about 9 years ago)
- Last Synced: 2025-02-15T06:30:13.044Z (about 1 year ago)
- Topics: network, network-programming, networking, protocol, selective-repeat, selective-repeat-protocols, snake, snake-game, socket, socket-programming, udp, udp-client, udp-server, udp-socket, worm
- Language: Java
- Homepage:
- Size: 2.93 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Worm
## 개요
- 2016학년도 3학년 1학기 `네트워크프로그래밍` 수업 과제
- 지렁이 게임 (스네이크) 구현
- 서버와 클라이언트 프로그램으로 나누어 네트워크 플레이를 지원
## 실행화면

