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.
- Host: GitHub
- URL: https://github.com/marcossic/web-games
- Owner: MarcossIC
- Created: 2023-10-09T01:36:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T14:49:39.000Z (almost 2 years ago)
- Last Synced: 2025-06-10T07:06:41.959Z (about 1 year ago)
- Topics: angular, css, game, html, tailwind, typescript
- Language: TypeScript
- Homepage: https://game-galaxy.netlify.app
- Size: 8.26 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.