ptr_drv
December 4, 2024, 12:20pm
1
Hi!
Just started making Secure Real Time Multiplayer Game and am a bit confused.
The tests are already passing from 1 to 15, even if I indicate complete nonsense in the Solution link and the Source code link . Just look at the screenshot.
It doesn’t matter that I provide a link to the Solution link and the Source code link . Tests 1 through 15 are still passing.
ILM
December 4, 2024, 12:25pm
2
some of the tests are not testing anything, they are there as user stories only.
This is the project file if you want to contribute the tests
---
id: 5e601c775ac9d0ecd8b94aff
title: Secure Real Time Multiplayer Game
challengeType: 4
forumTopicId: 462375
dashedName: secure-real-time-multiplayer-game
---
# --description--
Develop a 2D real time multiplayer game using the HTML Canvas API and Socket.io that is functionally similar to this: <a href="https://secure-real-time-multiplayer-game.freecodecamp.rocks/" target="_blank" rel="noopener noreferrer nofollow">https://secure-real-time-multiplayer-game.freecodecamp.rocks/</a>. Working on this project will involve you writing your code using one of the following methods:
- Clone <a href="https://github.com/freeCodeCamp/boilerplate-project-secure-real-time-multiplayer-game/" target="_blank" rel="noopener noreferrer nofollow">this GitHub repo</a> and complete your project locally.
- Use <a href="https://gitpod.io/?autostart=true#https://github.com/freeCodeCamp/boilerplate-project-secure-real-time-multiplayer-game/" target="_blank" rel="noopener noreferrer nofollow">our Gitpod starter project</a> to complete your project.
- Use a site builder of your choice to complete the project. Be sure to incorporate all the files from our GitHub repo.
# --instructions--
Create a secure multiplayer game in which each player can move their avatar, there is at least one collectible item, and the rank of the players is calculated based on their score.
This file has been truncated. show original
but some things are not easy to test at all
ptr_drv
December 4, 2024, 12:29pm
3
Got it. Thank you for reply.