https://github.com/frasermclean/ohmyword
Real time multiplayer word guessing game
https://github.com/frasermclean/ohmyword
angular dotnet game
Last synced: about 1 year ago
JSON representation
Real time multiplayer word guessing game
- Host: GitHub
- URL: https://github.com/frasermclean/ohmyword
- Owner: frasermclean
- Created: 2022-03-26T00:40:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T02:55:26.000Z (about 2 years ago)
- Last Synced: 2025-01-31T11:15:25.656Z (about 1 year ago)
- Topics: angular, dotnet, game
- Language: C#
- Homepage:
- Size: 3.55 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# OhMyWord
OhMyWord is a game in which players compete with other players around the world
to guess a randomly selected word.
## Application Components
The application is made up of 2 major components.
* Frontend - This is an Angular application that forms the main user interface for the game. It communicates using HTTP requests and SignalR to the backend.
* API Backend - This is a ASP.Net Core application that responds to user events and maintains a connection to the database.
* Database - The applications makes use of Azure Cosmos DB as its permanent data store.