Skip to content
#

javascript-game

Here are 1,561 public repositories matching this topic...

Design-Patterns-JavaScript
kshirish
kshirish commented Apr 29, 2019

The example of factory pattern is misleading. Although the definition says,

Define an interface for creating an object, but let subclasses decide which class to instantiate. Factory Method lets a class defer instantiation to subclasses.

But the example doesn't use any subclasses at all. Whereas, [Addy Osmani's example](https://addyosmani.c

chalarlie
chalarlie commented Oct 16, 2019

Hi all,

Using the latest version of expo-three and expo-gl results in a blank screen when a component using ExpoTHREE is imported on a Bare app with Expo 35.

I've created a demo repo here: https://github.com/chalarlie/glview-demo

Removing the ExpoTHREE import in GLViewTest.js results in seeing content. Leaving it in results in a blank screen.

Here are my dependencies:

    "expo":
grandsbor
grandsbor commented Oct 9, 2019

Some text editors (e.g. vim) save temporary files in the same directory as the file being edited. So, if you edit an airline xxx.json, the assembler may found .xxx.json.swp in the assets/airlines dir, include it in the package and fail:

[13:37:30] SyntaxError: Unexpected token b in JSON at position 0
    at Object.parse (native)
    at fs.readdirSync.forEach (/home/grand/openscope/to
DevHelpBox
ShravanMeena
ShravanMeena commented Nov 6, 2019

Create A Animation Card

Instructions to CreateA Animation Card

  • The design should be minimal
  • It will be great if you put all the ScreenShots inside readme.md file(it's not necessary)

Strict instructions

  • Please make a new folder
  • Put all your files inside that folder
  • And do not make changes in README.md create your separate README.md.

Note

Improve this page

Add a description, image, and links to the javascript-game topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the javascript-game topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.