
PBMCube
Members-
Content Count
29 -
Joined
-
Last visited
About PBMCube
-
Rank
Member
- Birthday August 5
Contact Methods
-
Website URL
http://makingbrowsergames.com/book/
-
Twitter
PBMCube
Profile Information
-
Gender
Not Telling
-
Location
Arizona
-
Interests
adding HTML5 game development to current skill set.
88 published flash games.
Mochi Media Community members since 2006. RIP Mochi March 31 2014.
Professor: Game Design, Networking, Cyber Security, Software engineering.
Recent Profile Visitors
3107 profile views
-
-
-
No, that's wasn't it. I discovered that No that wasn't it. I found that ... Phaser v3.x.x (20180322); REMOVE ANTI-PATTERN CORS: Remove anti-pattern! - https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS - https://enable-cors.org/ Avoid this anti-pattern of omitting the protocols schemes in script "src"; Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https. - ***the anti-pattern is this:*** <script src="//cdn.jsdelivr.net/npm/phaser@3.3.0/dist/phaser.min.js"></script> - use this: <script src="https://cdn.jsdelivr.net/npm/phaser@3.3.0/dist/phaser.min.js"></script> When I inserted the protocol everything worked perfectly. Great tutorial now that everything is working.
-
-
I discovered running this tutorial and others that brackets does not load assets correctly. It`s possibly my default settings. Yet, when I use XAMPP ,this tutorial works as designed. Thanks for your insight on Phaser3
-
-
-
-
-
To answer the original question ... how comfortable are you with JavaScript? No? ... then visit MDN ... since JavaScript IS NOT typical OOP language as much as folks would like you to believe. Both v2 &v3 pull some odd tricks, and the newer v3 promotes horrible design patterns ( anti-patterns) .... you'll cry " Why did n`t I take the Blue Pill ...."
-
Phaser was under some severe time constraints to release software or lose funding. Phaser truly needs our financial backing to succeed. Compared to an industrial release v3 is still compared to a "Mar k sting release" in which documentation and training development starts.
-
Poor project management demonstrated by severe deadlines and funding constraints. Phaser3 is really still in a "marketing 'release" Phaser 3 is beginning it's documentation phase ... in the industry this is still considered a "release candidate"
-
This is the same problems from Flash ActionScript 3; Here's some conclusions: https://stackoverflow.com/questions/4924558/listen-to-click-event-on-overlapped-sprites I remember using a "Bubble up event" if it was active.
-
Quote: "The reason you specify the key for every frame is that in v3 you can have animations that span multiple images." This is soooo cool!
-
Befive.Info started following PBMCube
-
Excellent use of "separation of concerns"; simply brilliant BrD. Kir13y and Bossman759: I have examples of exactly what you're looking for in "multiple levels" on my GitHub and in my new book Pre-release coupon is here and valid until August 5 https://leanpub.com/LoRD/c/PNRXYGHZTM2H
- 9 replies
-
- levels
- javascript
-
(and 1 more)
Tagged with:
-
WOW! Nice healthy debate, folks. Could someone provide the bottom line?
-
Outstanding article ... it is important because in US&UK courts use English law of precedence. This means once judge passes a ruling that ruling may used as a pre defence in future cases to interpret the law . The lesson is to sue in a French or German court
-
Learning to write (good) JavaScript - resources for beginners
PBMCube replied to Chris's topic in Coding and Game Design
This is a superior list of reference; I telling my game design and software engineer majors to pin this. -
Books / tutorials teaching game development algorithm
PBMCube replied to plicatibu's topic in Coding and Game Design
I recommend the books listed in my signature below. I also have the Ultimate Phaser Libraryhttp://leanpub.com/b/ultimatephaserlibrary -
I have several books available on Amazon or the best offers on pre-releases are on leanpub.com. Simply search for books below in the signature
-
I recommend the Ultimate Phaser Library http://leanpub.com/b/ultimatephaserlibrary It cover 2-player and MMoG.
- 4 replies
-
- phaser
- multiplayer
-
(and 2 more)
Tagged with:
-
PBMCube started following Befive.Info
-
Is that a question or a statement? I recommend you do some research.