Skip to content

This application is a version of the game Pacman, originally developed in the 80's, developed with today's means in the language Elm.

License

Notifications You must be signed in to change notification settings

timokramer4/elm-pacman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pac-Man

In the following the browser game PacMan based on Elm is developed. Due to the latest browser policies in the browser Chrome the automatic playback of audio is no longer supported. We therefore recommend the use of Firefox or Edge. This document will be expanded in the course of development.

💡 How to start?

1. Compile the application

Before you start the application, you must compile the newest PacMan class as javascript file, as the following:

$ elm make src/Main.elm --optimize --output src/Assets/elm.js

2. Start the application

After this step, you can run the application by tiping the following command in terminal:

$ elm reactor

3. Open and play

Now you can open the page by following this link http://localhost:8000/src/index.html.

🎯 Alternative run application

You can also easily view and test the application on the GitHub Page without having to compile it yourself in your development environment.

🔨 Instruction manual

The game starts directly when you enter the page.

1. Key commands

To move PacMan the arrow keys of the keyboard are used. To pause or resume the game the escape key is used.

📚 Documents

See Requirements

About

This application is a version of the game Pacman, originally developed in the 80's, developed with today's means in the language Elm.

Topics

Resources

License

Stars

Watchers

Forks