October 3, 2014
October 2, 2014
Tower of Fun - Part 1
TileMap and Player
This is where it really begun. Tower of Fun. Last time, I made myself a dungeon generation algorithm based on BSP trees and got it up and running on Phaser using tilemaps. Now, it’s time to really set the stage. Tower of Fun will build upon our simple dungeon generator and head to version 1, ending up something like this:
Using Markdown via StackEdit on Blogger
StackEdit for Blogger
I had posted the default Hello page from StackEdit to demo how amazing StackEdit can be. StackEdit is a markdown editor, with integrated featured from font-awesome, highlight.js, MathJax, flowchart.js and so much more that I have yet to discover. I went ahead wrote some more pages for my Tower of Fun project.
Dungeon Drawing in Phaser using Tilemap
Introduction to Phaser
The Dungeon Generator
creates perfecrtly logical maps. You could witness the perfection in the console by using Dungeon.print()
. But, really… we can’t have a game on the console right?
That’s where Phaser comes in. Phaser is an HTML5 game enigine that’s based on webGL, with a neat fallback to HTML5 Canavs. It is super lightweight and mobile platform oriented. The best part? The massive store of documentation and examples. And, there a whole load of tutorials out there that would help a noob like me figure out how things are done. This was the first Phaser tutorial I took. You should really check out the examples to see what Phaser is capable of.
September 30, 2014
Hello StackEdit!
Welcome to StackEdit!
The whole of this is what StackEdit can do. I am sabsolutely stunned. I don’t think I will ever go back to the vanilla Blogger Editor.I mean, look at the stuff I have already published using StackEdit:
http://robotcantalk.blogspot.in/p/blog-page.html
http://robotcantalk.blogspot.in/2014/10/dungeon-drawing-in-phaser-using-tilemap.html
http://robotcantalk.blogspot.in/2014/09/dungeon-generator.html
Hey! I’m your first Markdown document in StackEdit1. Don’t delete me, I’m very helpful! I can be recovered anyway in the Utils tab of the Settings dialog.
Project: Tower of Fun
September 26, 2014
Dungeon Generator
August 15, 2014
Dabbling with the Web
edit: I got myself a bitballoon account and hosted my dabbling - http://sonallearsntoweb.bitballoon.com/
Dilapidated
- (of a building or object) in a state of disrepair or ruin as a result of age or neglect.
synonyms: run-down, tumbledown, ramshackle, broken-down, in disrepair, shabby,battered, beat-up, rickety, shaky, unsound, crumbling, in ruins, ruined,decayed, decaying, decrepit; More
April 21, 2014
January 15, 2014
DFT on an Arduino
Why would I do such a thing you ask? Why not just simply use the faster and simpler FFT (Fast Fourier Transform)? It even has Fast as part of its name!
Well, I was still on chapter 11 of this amazing book The Scientist and Engineer's Guide to Digital Signal Processing by, Steven W. Smith as this experiment. FFT was the next chapter. There's an on-line abridged version too: http://www.dspguide.com/
Why? Letsee... About a month back (2013Dec), Ashok asked me on facebook whether I knew anything about embedded systems and microelectronics. I replied that I did, but I had never actually used one. I told him that there some cool stuff around - Arduino and such, that make prototyping super easy. I then remembered an old memory. I always wanted to learn DSP properly and new exactly what I wanted to do with that knowledge. Back in college I had absolutely wasted away my DSP course by slacking off. Regretful :(