Skip to main content

#30daydeveloper - Day 2 - Phaser Documentation

Hello! If this is your first time reading about my thirty day developer challenge, click here to go to the first post!

I decided to give up on my challenge...

Just kidding! I haven't given up just yet. I think the fact that I am requiring myself to post a blog about my developing progress each day is motivating me enough to actually do the development work. We'll see how long this motivation will last--possibly only until the weekend when I will become super lazy and decide to stop. Hopefully not though.

This morning I read a Hacker News post that really inspired me. I am really fascinated by this notion of "passive income." In fact, it fascinated me to start a different project that may hopefully be successful sometime in the near future. But until then I shall focus on my #30daydeveloper challenge.

Today I perused the Phaser documentation to get a better feel for what this powerful framework can allow me to accomplish. Having completed this tutorial on creating your first Phaser game, I was able to get an initial understanding of how Phaser works. The first thing that struck me as interesting is the following line from the above tutorial:
game.physics.startSystem(Phaser.Physics.ARCADE);
It seemed that there are entire physics engines already built into Phaser itself. So this led me to wonder just exactly how powerful is this Phaser framework? After having tinkered with it and reading through the API documentation, I was blown away by how easy it makes every step of the game development process. Everything already had classes and functions created and easily accessed.

That means I might spend more time learning all the correct spelling and formatting of the Phaser nuances than actually coding the game. I might be spending a lot more time reading through the documentation than I had initially expected.


On a side note, check out what I have so far!

Comments

Popular posts from this blog

Jooble

Yesterday, I received an incredibly friendly email from an anonymous person who claimed to have read my blog and "loved it." Of course, because my blog is public and anybody can comment anonymously, I was a bit skeptical of this email. Yet, seeing as how this was the first ever "fan mail" I've ever received, I read the email. It wasn't fan mail, but it was an email from a person who works for a website called " Jooble ." Interested by his genuineness and heartfelt compliments of my blog, I took a quick glance at the website. Here's what he had to say about Jooble: Jooble operates in 45+ countries, so if you would like to find a job in other locations you may try to search jobs in: Argentina , Australia , Austria , Belgium , Belarus , Brazil , Canada , Chile , China Colombia , Czech Republic , Denmark , Spain , Finland , France , Germany , Greece , Hong Kong , Hungary , Italy , India , Indonesia , Ireland , Japan , Kazakhstan , Mexi...

Unity Game Developer

Been a long time since I've blogged...life tends to do this thing of getting in the way, haha. Anyways, I've been recently taking a Unity game developer class . Here are some GIFs of what I've been learning-- Day 1 - Learning to move a ball with arrow keys Day 2 - Using sprites and learning about physics Day 3 - Flappy Bird clone complete! Day 4 - Learning how to make a top down space shooter Day 5 - Adding meteors Day 6 - Using mouse to turn Day 7 - Shooting nukes and adding menus Day 8 - 3D Terrain building and character controllers Day 9 - Playing with built-in 3D models Day 10 - Learning about animations and 3D physics Day 11 - Starting my final project (4orner 3D) On a side note, if you notice, that last GIF is a 3D version of my hit  game from 2 years ago-- 4orner !

Making a Board Game

Wanted to update my blog with what I've been up to recently. I made a board game and have been working on that full time for the past 3 or so months. The name is still WIP but it's tentatively set as "Our Modern Lives." It's a tile/card based map-building game. The goal is to achieve "Success" and "Happiness" before anyone else can by building your own route. Here are a few pictures of the current build (v1.20 Beta): On a side note, follow me on Instagram for more (semi-frequent) updates!