This project is a simple web-based game featuring a penguin character that can be moved using the keyboard's, mouse or touch. The game is built using HTML, CSS, and JavaScript, without any large frameworks or build steps.
You can run the game locally by following these steps:
- Clone or download the repository to your local machine.
- Run
npm install && npm run serve
to start the local server. - Open your web browser and navigate to
http://localhost:3001
(or the port specified in your terminal). - Use the arrow keys on your keyboard to move the penguin character around the screen.
Or go to the live demo at Tux Game Demo.