Online Word Game

Summary

  • This project was built using HTML,CSS and JavaScript

  • The purpose of the word game here is to understand the workings of the software development. We have chosen a letter arrangement game as our product. A five letter word is chosen which needs to be guessed by the user. After each turn, the guessed alphabet is marked correct or incorrect. It follows a basic architecture of a webpage being connected to a local database. Multiple users are required to sign up for playing the game. It also includes the option to share their scores and see their best scores in a session. The color and appearance of the page makes it accessible. The placement of various sections is done in a way so as to make the game user friendly and acceptable to a wide range of audience

  • System Architecture: Architecture used is the Client Server Architecture. ● Client-side user interface and game logic: The user interface (UI) and game logic are at the front end of the application that users interact with. The UI can be built using a combination of HTML, CSS, and JavaScript, and can run in a web browser or as a mobile app. The UI displays the game board, the player's score, the timer, and any other relevant information. It also handles user input, such as guesses or requests to start a new game.

  • Game link https://apani05.github.io/CSS566_RoamingCoders/