You can enjoy the site at: Game Galaxy
It is a website that provides a space to play classic games on the Web in a simple and fast way.
Right now the site has three games available:
- Tic Tac Toe
- Tetris
- Snake Game
- Memorama
- Chess
The project was developed in Angular 18 with the technologies of:
In order to deploy a local version of the project you must:
- Download the project from github
- Run
npm install
orpnpm install
at the root of the project - Run
ng s -o
for a dev server. Navigate tohttp://localhost:4200/
(Add--port=XXXX
for change default port). The application will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
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.