Git Product home page Git Product logo

mazegen's Introduction

CS1D Pacman

Installing the Application

You can download the binaries for Windows, Linux, or macOS in the bin folder of the project and run the game directly using the binaries. If your machine is unable to run the application, you can try compiling the code yourself to run the application in the Godot Engine editor.

Running the project in Godot

You can follow the more generalized, official tutorial here if you need any extra help.

To run the project directly in the Godot Engine, you must first download the engine from their website and then do the following:

  • Follow the official Godot documentation to set up compiling for either Windows, Linux, or macOS.

  • Clone this repository with the following command:

    git clone --recursive https://github.com/Decrypted-X/CS1D-Pacman.git
    
  • Then compile the godot-cpp bindings with the following commands. Replace <platform> with windows, linux, or osx depending on your OS.

    cd godot-cpp
    scons platform=<platform> generate_bindings=yes target=release
    cd ..
    
  • Once the godot-cpp bindings are done compiling, you can compile the project with the following commands:

    cd cs1d_pacman
    scons platform=<platform> target=release
    cd ..
    

After the godot-cpp bindings and the project are compiled, you can then run the project in the Godot Engine. You just run the Godot Engine and import the project by selecting the project.godot file in the cs1d_pacman/project/ directory. Click the Run button at the top right of the Godot Engine editor to run the game.

Contributing

If you would like to contribute to this code, please fork the repository and submit a pull request.

mazegen's People

Contributors

awhittle2 avatar

Stargazers

 avatar  avatar

Watchers

 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.