Browse Source

bomberman-dom

content-update
OGordoo 4 years ago
parent
commit
4fb324e6e4
  1. 3
      subjects/ascii-art/README.md
  2. 3
      subjects/ascii-art/color/README.md
  3. 3
      subjects/ascii-art/fs/README.md
  4. 1
      subjects/ascii-art/justify/README.md
  5. 3
      subjects/ascii-art/output/README.md
  6. 1
      subjects/ascii-art/reverse/README.md
  7. 15
      subjects/bomberman-dom/README.md
  8. 1
      subjects/forum/README.md
  9. 1
      subjects/social-network/README.md

3
subjects/ascii-art/README.md

@ -9,8 +9,7 @@ Ascii-art consists on receiving a `string` as an argument and outputting the `st
This project will help you learn about :
- Client utilities.
- The Go file system(**fs**) API.
- The Go file system(**fs**).
- Ways to receive data.
- Ways to output data.
- Manipulation of strings.

3
subjects/ascii-art/color/README.md

@ -11,8 +11,7 @@ You must follow the same [instructions](https://public.01-edu.org/subjects/ascii
This project will help you learn about :
- Client utilities.
- The Go file system(**fs**) API.
- The Go file system(**fs**).
- RGB color model.
- Ways to receive data.
- Ways to output data.

3
subjects/ascii-art/fs/README.md

@ -6,8 +6,7 @@ You must follow the same [instructions](https://public.01-edu.org/subjects/ascii
This project will help you learn about :
- Client utilities.
- The Go file system(**fs**) API.
- The Go file system(**fs**).
- Ways to receive data.
- Ways to output data.
- Manipulation of strings.

1
subjects/ascii-art/justify/README.md

@ -13,7 +13,6 @@ You must follow the same [instructions](https://public.01-edu.org/subjects/ascii
This project will help you learn about :
- Client utilities.
- The Go file system(**fs**) API.
- Ways to receive data.
- Ways to output data.

3
subjects/ascii-art/output/README.md

@ -8,8 +8,7 @@
This project will help you learn about :
- Client utilities.
- The Go file system(**fs**) API.
- The Go file system(**fs**).
- Ways to receive data.
- Ways to output data.
- Manipulation of strings.

1
subjects/ascii-art/reverse/README.md

@ -11,7 +11,6 @@ You must follow the same [instructions](https://public.01-edu.org/subjects/ascii
This project will help you learn about :
- Client utilities.
- The Go file system(**fs**) API.
- Ways to receive data.
- Ways to output data.

15
subjects/bomberman-dom/README.md

@ -0,0 +1,15 @@
## bomberman-dom
You certainly know bomberman right? Good good. You will make it. Relax, is not that hard, it is only a multiplayer version of it. Ah and forgot to mention that you will need to do it using the framework you created a while ago. Let me explain.
### Objectives
For this project you have to create a [bomberman](https://en.wikipedia.org/wiki/Bomberman) alike game, where multiple players can join in a same room and battle until one of them is the last man standing.
### Instructions
When the user opens the game, he/she should be presented to a page where he/she should enter a nickname to differentiate users. After selecting a nickname the user should be presented to a waiting page with a player counter that ends at 4. Once a user joins a room, the player counter will increment by 1. As soon as there are 4 players in the room, the game starts.
#### Beginning of the game
In the beginning there was 4 players, and only one came out alive. Each player will have to start in the different corners of the map.

1
subjects/forum/README.md

@ -71,7 +71,6 @@ For the forum project you must use Docker. You can see all about docker basics o
This project will help you learn about:
- Client utilities.
- The basics of web :
- HTML
- HTTP

1
subjects/social-network/README.md

@ -213,7 +213,6 @@ Every other notification created by you that isn't on the list is welcomed too.
This project will help you learn about:
- Client utilities
- Authentication :
- Sessions and cookies
- Using and [setting up Docker](https://docs.docker.com/get-started/)

Loading…
Cancel
Save