shanwong29 / Xmas-game

Ironhack Project - A Christmas themed run-and-jump game :santa:

Home Page:https://shanwong29.github.io/Xmas-game/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

X'mas Game

Photo Gallery App Demo This is my first project from the Ironhack coding bootcamp. It is a christmas themed run-and-jump game.

The goal of this project is to practice JavaScript syntax and Object-oriented programming (OOP).

You can play the game on my deployment page: X'mas Game.

Run Locally

  1. Clone the repository
git clone https://github.com/shanwong29/Xmas-game.git

  1. Make sure you have Docker installed

  2. Build a docker image and run the docker container by using the following commands

cd Xmas_Game/
docker build -t xmas-game:latest .
docker run -p 8080:80 -d xmas-game:latest
  1. You can then run the game locally on http://localhost:8080/

Built with

Acknowledgments

Special thanks to my teacher Montasar, all the teaching assistants, and all the following artists for their amazing work:

  • santa and deer - Illustration 33572198 © Christos Georghiou - Dreamstime.com
  • coins - Illustration 1095396236 © MicroOne - shutterstock.com
  • gifts - Illustrated by Shona Dutta
  • background - Illustrated by Ariana

About

Ironhack Project - A Christmas themed run-and-jump game :santa:

https://shanwong29.github.io/Xmas-game/


Languages

Language:JavaScript 93.2%Language:HTML 5.9%Language:CSS 0.7%Language:Dockerfile 0.3%