-
Updated
Dec 19, 2019 - JavaScript
javascript-game
Here are 1,561 public repositories matching this topic...
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":
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
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Oct 11, 2019 - HTML
What is the current behavior?
The world.items object on the server (can be accessed via http://localhost:4000/world/items populates the items on the map. When viewed, some items have extraneous information like so:
It would be nice to have a crosshair instead of a cursor while aiming for the shot.
Multiplayer
I followed your tutorial. It would be nice to make a multiplayer tutorial so we can expand this game to the next level.
Your assistance is much appreciated.
-
Updated
Sep 3, 2019 - JavaScript
-
Updated
Apr 17, 2019 - CSS
-
Updated
May 4, 2020 - JavaScript
-
Updated
May 18, 2019 - JavaScript
-
Updated
Dec 23, 2016 - JavaScript
-
Updated
May 22, 2019 - JavaScript
I'm intending to try to integrate Lichess OAuth with a copy of BlitzTactics. However, after creating the databases and rails db:migrate then rails server --binding=0.0.0.0 I'm still observing an error:
undefined method `first_puzzle' for nil:NilClass
@speedrun_puzzle = @speedrun_level.first_puzzl
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Jun 8, 2020 - JavaScript
-
Updated
May 16, 2020 - HTML
-
Updated
Jun 7, 2020 - JavaScript
-
Updated
Jul 2, 2015 - JavaScript
-
Updated
Dec 31, 2019 - JavaScript
-
Updated
Apr 2, 2019
-
Updated
Jun 1, 2020 - JavaScript
-
Updated
Mar 24, 2019 - JavaScript
-
Updated
Aug 12, 2013 - JavaScript
-
Updated
Mar 27, 2020 - JavaScript
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.
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."
The example of factory pattern is misleading. Although the definition says,
But the example doesn't use any subclasses at all. Whereas, [Addy Osmani's example](https://addyosmani.c