Giter VIP home page Giter VIP logo

galaxygine's Introduction

galaxygine's People

Contributors

galaxygamingboy avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

shanecelis

galaxygine's Issues

makeGalaxygineTemplate.py problems

Instructions won't work if the script isn't marked executable chmod a+x makeGalaxygineTemplate.py.

Script interpreted as shell script without any hash bang line #!/usr/bin/env python3.

Script will trash any sample directory without warning.

Suggest putting makeGalaxygineTemplate.py somewhere within this repository to make it easier to track.

[ ENHANCEMENT ] Add Documentation

Is your feature request related to a problem? Please describe.
There is not any documentation.

Describe the solution you'd like
To add the necessary documentation.

Describe alternatives you've considered
More useful comments on the code

Additional context
None

[TYPO] Invalid HEX Color

Where did you encounter the typo?

src/Galaxygine/Utils/Color.ts

What should it be changed to?

The skyBlue color hex should be changed to #87CEBB

[ ENHANCEMENT ] Use Google TypeScript styling

Is your feature request related to a problem? Please describe.
The project should have a consistent style.

Describe the solution you'd like
A solution would be to use the google/gts formatter.

Describe alternatives you've considered
Use any other formatters

[ ENHANCEMENT ] Easier communication with the browser

Is your feature request related to a problem? Please describe.
Easier handling with browser methods.
i.e. Getting URL Get parameters

Describe the solution you'd like
A Browser class to make interaction with the web browser

Describe alternatives you've considered
Use builtin JS / TS methods.

Vector2 Missing important functionality

Suggested Changes

Vector2 should include methods like changeX or setX to make code less complicated.
i.e.
player.setPosition(new Vector2(player.getPosition().x + 25, player.getPosition().y)
to
player.setPosition(player.getPosition().changeX(25))

[TYPO] Template README

Where did you encounter the typo?

sample/Template/README.MD

What should it be changed to?

  • lcoal => local
  • Fix spacing

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.