Skip to content

anet-be/ArcadeAntiquitiesGame

Repository files navigation

Project Arcade - Web Games

This repository contains a basic frontend application featuring two classic web games: Pac-Man and Space Invaders. The application is built using HTML, CSS, and JavaScript, and bundled with Webpack for efficient development and deployment.

Games Included

  • Pac-Man: The iconic maze game where you navigate Pac-Man through a maze, avoiding ghosts and eating pellets.
  • Space Invaders: The classic arcade space shooter game where you must destroy waves of alien invaders.

Getting Started

Follow these steps to get the project up and running on your local machine.

Clone the Repository

First, clone the repository

git clone [email protected]:anet-be/ArcadeAntiquitiesGame.git

Running with Docker

docker compose up

Running locally

Prerequisites

You need to have Node.js and npm (Node Package Manager) installed on your machine. If you don’t have them yet, you can download and install them from here.

Install Dependencies

Navigate into the project folder and install the required dependencies:

cd games
npm install
Running the Application

To run the application locally, you can use the following command:

npm start

This will start a local development server, and you can view the games by opening your browser and going to:

http://localhost:8080
Building the Application

To build the project for production (optimized for performance), run:

npm run build

This will create a dist folder containing the production-ready files that can be deployed.

Contact

For questions or support, contact Bart Moelans (Technology Manager, Anet):

  • Email: [email protected]
  • Phone: 0486 78 01 85
    Available for meetings in Antwerp or via video call.

Contributors

  • Hussein Ali
  • Rune Bossuyt
  • Pepijn Theuns

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published