An open API service indexing awesome lists of open source software.

https://github.com/marcossic/web-games

It is a website that provides a space to play classic games on the Web in a simple and fast way.
https://github.com/marcossic/web-games

angular css game html tailwind typescript

Last synced: 2 months ago
JSON representation

It is a website that provides a space to play classic games on the Web in a simple and fast way.

Awesome Lists containing this project

README

          

# Game Galaxy
## :rocket: Demo
You can enjoy the site at: [Game Galaxy](https://game-galaxy.netlify.app)

## :sparkles: Introduction
It is a website that provides a space to play classic games on the Web in a simple and fast way.
### Games
Right now the site has three games available:



  • Tic Tac Toe


  • Tetris


  • Snake Game


  • Memorama


  • Chess

## 🛠 Stack
The project was developed in Angular 18 with the technologies of:



## ℹ️ Development server
In order to deploy a local version of the project you must:
- Download the project from github
- Run `npm install` or `pnpm install` at the root of the project
- Run `ng s -o` for a dev server. Navigate to `http://localhost:4200/` (Add `--port=XXXX` for change default port).
The application will automatically reload if you change any of the source files.

## ℹ️ Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.

## :muscle: Project Status
Currently the games that are on the site are already working well, if you find any bugs I am willing to fix them or accept solutions. I'm also still thinking about possible games to add to the projector and make the site more entertaining.