Jump to content

Search the Community

Showing results for tags 'book'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • HTML5 Game Coding
    • News
    • Game Showcase
    • Facebook Instant Games
    • Web Gaming Standards
    • Coding and Game Design
    • Paid Promotion (Buy Banner)
  • Frameworks
    • Pixi.js
    • Phaser 3
    • Phaser 2
    • Babylon.js
    • Panda 2
    • melonJS
    • Haxe JS
    • Kiwi.js
  • General
    • General Talk
    • GameMonetize
  • Business
    • Collaborations (un-paid)
    • Jobs (Hiring and Freelance)
    • Services Offered
    • Marketplace (Sell Apps, Websites, Games)

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Twitter


Skype


Location


Interests

Found 10 results

  1. Here's a free book for those interested in or looking to start using TypeScript to make Phaser 3 games. It goes through 11 chapters and about 90 pages to make an Infinite Runner game like Jetpack Joyride. It is intended for those slightly more advanced than beginner. I also wrote the free Infinite Jumper in Phaser 3 with Modern JavaScript book that is geared towards beginners! TypeScript tends to help add more safety and clarity to your code by default so that you can make bigger and more complex games. We cover things including enums, basic state machine, infinite scrolling, object pools, and more! Learn more and get the book here: https://ourcade.co/books/infinite-runner-phaser3
  2. Here's a free book for interested in getting started with modern JavaScript and Phaser 3. You won't need to use NPM or set up any complex build tools. If you've been hesitant or unable to use modern JavaScript because of these web development configuration and tooling hurdles then this book might be perfect for you! You'll just need Google Chrome and Visual Studio Studio. Aside from being an easier way to start using modern JavaScript, the book also goes through creating an infinite jumper game like Doodle Jump. You'll learn everything within the context of modern JavaScript best practices like splitting code into separate files and using the import/export module syntax for dependencies. You can learn more and get the book here: https://ourcade.co/books/infinite-jumper-phaser3
  3. I found in the oficial site Phaser.io good books TO DOWNLOAD, but I need real books not only for Phaser but a good book to get introduced in this world of HTML5 gamedev, even without a framework. It's just to get started. I've been studying JS and I think I'm prepared to go to a framework, but I don't have a mind setted in this "gamemaker" world. ? So, what I need is a real book to order, about phaser or about HTML5 game development. I hope someone could understand it?
  4. Hi, I am proud to announce I finally finished my first Phaser book: Create procedural endless runner in Phaser with TypeScript. Book is one big tutorial on creating procedurally generated endless runner from setting up project to full game with various features like spikes, in-air bonus jumps, gold to gather. Full game developed through the book can be played here: http://sbc.littlecolor.com/goblinrun Currently, book is available at Gumroad. You can also read short blog post about it here: http://sbcgamesdev.blogspot.com/2016/09/phaser-book-on-making-procedural.html This book is not for absolute beginners, who are learning what is variable and how to make loop. It is for people who have some basic knowledge what is Phaser, how to make something simple with it and now want to make something “bigger”, what will be beyond simple how-to examples. All aspects of game are covered, including evergreen topic on scaling for various window sizes :
  5. Hello all, As some of you already knew it, I've been working on the a Babylon.js ebook for several months. Today, this book is finished, and I named it Learning Babylon.js. What is included in the book: - Getting started with Babylon.js (Hello world in 3D!) - Learn how to use primitives (box, spheres, torus,...), default cameras and lights - Detailed guide on materials and textures - Particles - Shadows - Collisions - Intersections - Physics engine (Oimo.js) - User inputs (keyboard/gamepad) - Animations - How to use exporters (3DSMax, Blender, Unity) - Shaders - Skeletons/bones - And more! The main goal of this book is to CREATE a whole game, chapter by chapter: start with the basics (cubes, spheres and torus), add materials, replace with custom 3D models exported from 3DSMax/Blender,... The game you will create is greatly inspired from the Super Monkey Ball serie. By the end of the book, you will have a complete game to play with, and (I hope!) enough knowledge to create your own. Sadly, I was not able to handle all Babylon.js features in this book alone (I would have spent a whole year on it, and DK is adding new features every day!), but I tried to cover as much as I can with one game. You can find some more information here : http://learningbabylonjs.com/, as well as some screenshots of the book. I hope it will help you in your next Babylon.js projects. If you have any questions, remarks, I'm not far from this forum (as you know it:) )
  6. Hello everyone, I'm developing an AI-focused book for Phaser similar to this one, but a shorter (more like a Handbook, instead). However, some of the techniques and patterns that Phaser makes me use have given me the idea of probably expanding and improving these ideas and convert them into a Plug-in, or work directly on the Phaser repository in order to have a basic AI module similar to arcade physics in terms of scope (keep things really simple, yet functional and friendly to developers). Would you be interested in supporting this work via IndieGoGo? If so, would you rather have the book, the component, both? I was thinking in working on the Phaser AI module as a stretch goal from the book, so later the whole community can benefit from it. Looking forward to hearing from you.
  7. Bonjour, J'ai terminer d’écrire et de corriger mon petit livre "gratuit" sur openClassrooms qui est en Français. Il est complet et traite le plus de chose possible en détaille. N’hésitez pas à ajouter des commentaire en pied de page sur le sommaire du livre. Je peut à tout moment faire évoluer le livre avec les nouvelles versions de Babylon Je vous souhaite une bonne lecture Le lien: https://openclassrooms.com/courses/2819236?status=waiting-for-publication <ENG> Hello, I finish writing and correcting my little book 'Free' on openClassrooms who is in French (You can try to translate it with Google). It is complete and addresses with the most possible thing in detail. Feel free to add comments in the footer page on the summary of the book. I may at any time to evolve the book with the new versions of Babylon I wish you a good reading Also english version in pdf: https://openclassrooms.com/courses/2819236?status=waiting-for-publication </ENG>
  8. The link http://www.askforgametask.com/mobile/games/cover/ Description What Is The Most Terrible Cover is an HTML5 one-button puzzle/skill game where your goal is to go through 10 rounds guessing which of two book covers is more terrible regarding the upvotes (karma) from the TerribleCover subreddit. For each correct choice you are scoring a number of points proportionally to the remaining time for playing that round. Be aware that each wrong choice will be scored with negative penalty points! This game is mobile friendly so you can play it either on your desktop or mobile browser. Screenshots Source code The game is made in HTML5 using Phaser framework. If you are interested how it is done you can read these tutorials and find there free source code of the prototypes: Part 1: How to create an HTML5 Reddit's Image Scraper using Phaser Part 2: How to create an HTML5 game in Phaser using image data scraped from Reddit JSON
  9. Hello. I searched some of the project templates in Phaser Gituhub but it seems the assets/images are not available for download. Can you please suggest me some link where can I find free to use finished Phaser game that I can convert into Cordova/Android mobile game just for testing purposes? I already started something with cordova and managed to deploy emulator and working environment. But when I run my game I just see the background color of index.html file. I assume the game is out of viewport so I kind of need help to understand what is going on. Also what docs/books can you refer me when speaking about Cordova/Phaser? There is nothing in the phaser docs.
  10. Hi folks, I've been thinking about creating some nice video tutorials on HTML5 game development with Phaser and just wanted to ask you guys which medium you generally prefer when trying to learn new aspects of (game) development? (e)books or video tutorials? I for one prefer video tutorials but especially when it comes to programming stuff people also tend to prefer written material. I've been creating professional/commercial video tutorial-DVDs for Photoshop in the past and also some for Blender for example. (See my little youtube channel "BlenderPlaza"): http://www.youtube.com/channel/UCmJYLX2j_DOKtGHG00tqdzQ/videos As I'm also doing voice overs now and then and have a trained voice people seem to like my voice quite a bit (just read the comments on my youtube videos...) and I really like doing video tuts. My first idea was doing an in-depth tutorial for tilemaps with Tiled and using them in phaser games. Would anybody be interested in that (especially beginners?) thanks a lot for your feedback! Marco
×
×
  • Create New...