Git Product home page Git Product logo

wacman's Introduction

Wacman 2019

screenshot

Version History

Currently the latest version is 1.1.2.

  • 1.1.2: Updated EnTT to latest master version. No gameplay changes.
  • 1.1.1: Add AudioSystem. This will play sounds on food pickup and on ghost / player death etc. More events too.
  • 1.1.0: Level Editor, Refactored entire gamplay, basic LUA support, multiple levels and high scores per level...
  • 1.0.2: Add Post processing effects
  • 1.0.0: Final game with final music sounds and final logic / gameplay adjustments
  • 0.9.0: Except final tweaks, has all major gameplay features, but not final audio.
  • 0.1.0: Every version before that

Build and Run

Build Requirements

GLFW, GLM and OpenAL are required to play. I use find_package to locate these libraries so on Linux it should be a matter of installing them via the terminal and then running CMake. On Windows you should specify these directories manually unless you have installed the libraries in a way that they can be found on the PATH variable. EnTT and sol2 will attempt to find_package but if not, CMake will download the required versions from GitHub and use that local version in the build using FetchContent.

Building

Run CMake and generate a project, preferably in a build/ directory. Compile the program with your chosen compiler for your OS/IDE. The external dependencies (GLFW, GLM and OpenAL) will be built automatically by CMake in this step too. Then on Linux, just execute the pacman file. If you use Visual Studio the relative directories are weird when running so you must manually copy the res folder into the same folder as your executable. This does not apply for VSCode or other generators on Windows.

The application works with relative paths where the relativity always starts from the path of the executable on your hard drive, and not your working directory.

Remember to build in Release mode to avoid being spammed with Debug info and overlays.

Running

The game has multiple levels you can play through. It attempts to be as true to the original as possible, with a few tweaks and a more modern feel overall. For example, the theme is remixed and due to the new levels things work differently. Also, the Ghost AI is not 100% like the original. Check out the Help / Credits section of the Main Menu in order to see more info.

When you play, your goal is to eat all the tiny food objects without dying. When you do, you win. A high score is recorded locally and as long as you play on the same PC, you can compete with others. The high scores are per level, so if you are terrible at one level, perhaps you will shine doing another one. (Future idea: Sync high scores online)

Sound Licensing

All sound effects are home-made using SFXR or recorded live and are CC0, public domain now.

The remixed theme was made by my cousin, Andreas Findahl on request by me. Check him out, he makes good stuff, and can not be used elsewhere without their permission.

wacman's People

Contributors

carlfindahl avatar chrfrantz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.