https://github.com/edgaralexanderfr/cyber-kill-server
Simple multiplayer Third-Person Shooting Game using WebSockets with the classic Deathmatch Mode, to learn Golang alongside collaborative development.
https://github.com/edgaralexanderfr/cyber-kill-server
game-development golang learning multiplayer web websockets
Last synced: 5 months ago
JSON representation
Simple multiplayer Third-Person Shooting Game using WebSockets with the classic Deathmatch Mode, to learn Golang alongside collaborative development.
- Host: GitHub
- URL: https://github.com/edgaralexanderfr/cyber-kill-server
- Owner: edgaralexanderfr
- Created: 2022-06-12T21:16:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-18T21:45:30.000Z (about 3 years ago)
- Last Synced: 2024-06-21T03:17:49.462Z (about 2 years ago)
- Topics: game-development, golang, learning, multiplayer, web, websockets
- Language: Go
- Homepage:
- Size: 1.65 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# CyberKill Server
[](https://github.com/edgaralexanderfr/cyber-kill-server/releases/latest)


Simple multiplayer **Third-Person Shooting Game** using `WebSockets` with the classic _**Deathmatch Mode**_, to learn **Golang** alongside collaborative development.
##### Table of contents
1. [Getting started](#getting-started)
2. [Compiling](#compiling)
3. [Contributing](CONTRIBUTING.md)
4. [Credits](#credits)
1. Clone the repo:
```bash
git clone https://github.com/edgaralexanderfr/cyber-kill-server.git
```
2. Follow the instructions from the _[CONTRIBUTING.md](CONTRIBUTING.md)_ file.
3. Run the application with the following command:
```bash
go run cmd/game-server/main.go
```
4. Happy coding! 💻
### Compiling all binaries
```bash
make
```
### Cleaning all binaries
```bash
make clean
```
- Edgar Alexander Franco: https://github.com/edgaralexanderfr (Lead Programmer)
- Fabio Arias: https://github.com/fharias
- Leoner Perez: https://github.com/lperezpro
- Fabian Parra: https://github.com/fabianparra
- David Amórtegui: https://github.com/fawkesito