Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions subjects/make-your-game/score-handling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ You must follow the same [principles](../README.md) as the first subject.

For this project you must implement:

- **scoreboards**
- **go API service** that allows saving the data from the game in JSON format
- **Scoreboard**
- **Go API service** that allows saving the data from the game in JSON format
- The API should accept POST and GET requests from the client side for the scoreboard data

### Instructions
Expand Down Expand Up @@ -63,8 +63,7 @@ Here is an example:

### Allowed Packages

- Only [standard Go](https://golang.org/pkg/) packages are allowed.
- [Gorilla](https://pkg.go.dev/github.com/gorilla/websocket) websocket
- Only the [standard Go](https://golang.org/pkg/) packages are allowed.

This project will help you learn about:

Expand Down
Loading