GithubHelp home page GithubHelp logo

d3vpz / coffee Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 53 KB

A JavaScript game engine made for ease of use and simplicity, while still being quite open for modification and changes.

HTML 3.43% JavaScript 89.43% CSS 2.15% Shell 4.99%

coffee's Introduction

Coffee

A JavaScript game engine made for ease of use and simplicity, while still being quite open for modification and changes.

Installation

To setup a Coffee project, paste this line of code in the terminal, making sure you are in the directory you want the project to be in. This will create a new folder named <PROJECT NAME>. Replace this text with the name of your project, making sure not to include the arrows.

git clone https://github.com/d3vpz/coffee.git <PROJECT NAME>

Updating

To update the Coffee library to the latest release, paste this text in your terminal, making sure your directory is set to the root directory of your project.

sh update.sh

This will fetch the library and script files from the github repository and replace the old ones with the new ones. Don't worry, your project will stay the same.

IF YOU DON'T HAVE THE SCRIPT OR SCRIPT DOESN'T UPDATE

If you are on a version of Coffee that does not have the update script or the update script cannot update itself, write this command in the root of your project directory.

wget https://raw.githubusercontent.com/d3vpz/coffee/main/update.sh -O update.sh

Command Doesn't Work?

If the wget command doesn't work on your command line, you can just download the update.sh file and drag it into your root directory.

If you want to learn more, you can find documentation on the library here.

coffee's People

Contributors

d3vpz 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.