Code Monkey home page Code Monkey logo

pong-uhh's Introduction

game-jam-template

CI

This is a HaxeFlixel template that is particularly helpful for game jams. It consists of:

  • An empty HaxeFlixel project generated with the flixel template command (with config files for Visual Studio Code).
  • Automated HTML5 builds after each commit using GitHub Actions with deployment to GitHub Pages, so the playable game shows up on http://<user-name>.github.io/<repo-name>/. In this case the URL is http://haxeflixel.github.io/game-jam-template/. Very handy if you want feedback from others mid-jam!

This is a template repository, simply click "Use this template" to create a copy of it on your own GitHub account!

Notes:

  • For the first GitHub pages deployment, it can take around 10 minutes for the page to show up. Also, the repository needs to be public.
  • The HTML5 builds are made with the -final flag, which means Dead Code Elimination and Minification are active to create smaller .js files. However, your code needs to be DCE-safe (avoid reflection or use @:keep).

pong-uhh's People

Contributors

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