Skip to content

spydersy/OnePong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OnePong

This project is about creating a website for the mighty Pong contest!

Languages and Technologies

User Account

  • The user can login using the OAuth system of 42 intranet.

  • The user should be able to choose a unique name that will be displayed on the website.

  • The user can upload an avatar. If the user doesn’t upload an avatar, a default one is set.

  • The user can enable two-factor authentication.

  • The user can add other users as friends and see their current status (online, offline, in a game).

  • Stats (such as: wins and losses, ladder level, achievements, and so forth) are displayed on the user profile.

  • Each user have a Match History including 1v1 games, ladder, and anything else useful. Anyone who is logged in can to consult it.

[Demo] Authentication using 42Intranet / 2FA:

auth GIF

[Demo] Real-Time Status(online/offline/in game):

auth GIF

Chat

  • The user can create channels (chat rooms) that can be either public, or private, or protected by a password.
  • The user can send direct messages to other users.
  • The user can block other users. This way, they will see no more messages from the account they blocked.
  • The user who has created a new channel is automatically set as the channel owner until they leave it.
  • The channel owner can set a password required to access the channel, change it, and also remove it.
  • The channel owner is a channel administrator. They can set other users as administrators.
  • The administrators of a channel can ban or mute users for a limited time.
  • The user can invite other users to play a Pong game through the chat interface.
  • The user should be able to access other players profiles through the chat interface.

[Demo] Chat:

chat GIF

group chat GIF

Pong Game

  • Users should be able to play a live Pong game versus another player directly on the website.
  • Matchmaking system: the user can join a queue until they get automatically matched with someone else.
  • responsive game.
  • The user can watch a live play between other users without interfering with it.

[Demo] Game / Matchmaking system:

chat GIF

[Demo] AI mode / Spectating mode:

group chat GIF

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages