From 4fb324e6e4be416ceab602fa029d8806336b6703 Mon Sep 17 00:00:00 2001 From: OGordoo Date: Mon, 7 Sep 2020 15:53:47 +0100 Subject: [PATCH] bomberman-dom --- subjects/ascii-art/README.md | 3 +-- subjects/ascii-art/color/README.md | 3 +-- subjects/ascii-art/fs/README.md | 3 +-- subjects/ascii-art/justify/README.md | 1 - subjects/ascii-art/output/README.md | 3 +-- subjects/ascii-art/reverse/README.md | 1 - subjects/bomberman-dom/README.md | 15 +++++++++++++++ subjects/forum/README.md | 1 - subjects/social-network/README.md | 1 - 9 files changed, 19 insertions(+), 12 deletions(-) create mode 100644 subjects/bomberman-dom/README.md diff --git a/subjects/ascii-art/README.md b/subjects/ascii-art/README.md index 3485f192..b35d2ede 100644 --- a/subjects/ascii-art/README.md +++ b/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. diff --git a/subjects/ascii-art/color/README.md b/subjects/ascii-art/color/README.md index ab640669..a6335f5d 100644 --- a/subjects/ascii-art/color/README.md +++ b/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. diff --git a/subjects/ascii-art/fs/README.md b/subjects/ascii-art/fs/README.md index be4a58b0..73d04133 100644 --- a/subjects/ascii-art/fs/README.md +++ b/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. diff --git a/subjects/ascii-art/justify/README.md b/subjects/ascii-art/justify/README.md index 4ba06957..648df8a4 100644 --- a/subjects/ascii-art/justify/README.md +++ b/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. diff --git a/subjects/ascii-art/output/README.md b/subjects/ascii-art/output/README.md index 8517d7cc..a3c8dae1 100644 --- a/subjects/ascii-art/output/README.md +++ b/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. diff --git a/subjects/ascii-art/reverse/README.md b/subjects/ascii-art/reverse/README.md index d6b617e5..dde0400d 100644 --- a/subjects/ascii-art/reverse/README.md +++ b/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. diff --git a/subjects/bomberman-dom/README.md b/subjects/bomberman-dom/README.md new file mode 100644 index 00000000..a1be7397 --- /dev/null +++ b/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. diff --git a/subjects/forum/README.md b/subjects/forum/README.md index d4b27645..b5bdc114 100644 --- a/subjects/forum/README.md +++ b/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 diff --git a/subjects/social-network/README.md b/subjects/social-network/README.md index 810460e5..9941f911 100644 --- a/subjects/social-network/README.md +++ b/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/)