Code Monkey home page Code Monkey logo

in-the-dark's Introduction

In the Dark (Phaser 3 Game)

My first Phaser 3 game (yey! :D)

ABOUT

Yes, this is my first game in Phaser 3. A basic platformer where you collect ores. At first, this was going to be a story-based game. You got the ores for your greedy friend, and there was a 'y/n' dialog system where you could control whether you gave the ores to your friend or not...which I couldn't get to work bc i suck ;-;

Preview:
Gameplay Footage

BUILDING

If you want to build the game from source, follow these steps.

Prerequisites:

You're going to want to make sure you have these installed:

First, open Git and run this

git clone https://github.com/PurpleP-Ink/in-the-dark.git

this command will get this repository and put it onto your computer.

Now, navigate into the repository by using this command: cd in-the-dark and run this command:

npm install

this command will install all the modules this game needs to work.

After you've done all of that, run this command.

npm start build

You should get an output like this:

> [email protected] start
> parcel index.html --open build

Server running at http://localhost:1234
✨ Built in 6.45s

A folder called 'dist' will be created, which contains the built game.

You can then play the game by going to http://localhost:1234 (the webserver Parcel created) or put the generated 'dist' folder in a web server which you can make with this VSCode extension

or if you don't use VSCode, create one with Python

CREDITS

LICENCE

Apache Licence 2.0

in-the-dark's People

Contributors

thepurplotl avatar

Stargazers

Tuan Duc Tran 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.