Categories
- blog (13)
- game development (61)
- Games (9)
- games related (9)
- Cheat (2)
- Komplettlösung (d) (3)
- Walkthrough (3)
- MS Office (7)
- PHP (3)
- Tutorial (8)
- Intermediate (1)
- Tutorial Series (15)
- Grid Based Games (8)
- Terrain Modification (7)
- Uncategorized (1)
Author Archives: kegogrog
I know. And have you seen how funny the word possibilities actually looks? Read it four times. Does it still look correct?
As for this posts content. I have found a video on youtube where two points on radar charts are explained that come in handy for neat high level presentations. When working with radar charts you might want to get rid of the central zero and the central gridlines. The video shows the solution for the first challenge and a workaround for the second. Check it out here. Continue reading
Posted in Excel, MS Office
Tagged excel2007, hole, radar chart
Comments Off on A hole lotta Radar Love (sic!)
Looks like there was already more testing to the puzzle engine from the last post. This snippet tests not only the two tiles’ centers but also their edges midpoints. In combination with the last source this should give a more decent puzzle as the more or less random necessary position of two adjacent tiles is not enough to combine them. Continue reading
I found what looks like a basic flash puzzle engine in one of the orphaned folders. Basic in terms of no image, just numbers. When a tile is selected adjacent tiles are flashing (which should not be a function in the game just for the development).
Well, here’s to play with and the source of what merely is a part of something useful. Maybe you can put it to something nice. Continue reading
Posted in game development, grids, Snippet
Comments Off on Cleaning up
This post may be totally opinion based. And I, for one, welcome our new possibilities in programming with Flash since version 11.2 and the useful feature of the RIGHT CLICK. YES! I am happy about this. This really is a step towards gaming in Flash. AND: Despite all the nice things one could add to the context menu, I do like the fact that it can be disabled now. Check this out:
A left click rotates the sprite CCW while a right click rotates it CW. Isn’t that cool? And there is no annoying context menu. Wooh! AlRIGHT, getting into the code:
Continue reading
Coming in with a lot of (continuous numerical) data, I struggled to find a neat chart type to display it. I went for a contour plot but it needs the data sorted in rows and columns while my data consisted of 5000 rows and two columns. Manual ordering would have been possible but to work intensive (5000 rows!). And since COUNTIF
does not come with the ability two compare two criteria (or I just did not find it) I figured out a pretty good workaround. By the way, this works in Excel2007 but should work in 2003 and 2010 too.
Continue reading
Circular text can be useful in several designs, so here is a little class that produces the following:
What the swf shows is first the ‘debug-version’ which changes after a click to the naked text version. Consecutive clicks will produce the same for randomized values.
Continue reading
Posted in as3, flash, Snippet
Tagged AS3, circular text
Comments Off on Probably useful snippets: Circle Text
Yay, new game! What, another match three? Come on, that’s going to get boring. But wait, there is something different in there.
Alright, here is my new game. Years ago, I had this on a phone and really liked it but never found anything like it in flash. So, I made it. Again with FlashDevelop and without any single graphical asset. Seems I developed an interest in computer generated graphics. With all the given filters in flash it’s pretty simple though to make something shiny.
Continue reading
Posted in game development, Games, mochiads
Tagged bubble smile, bubblesmile, flash game, match three
Comments Off on Game: TripleDrop
What’s necessary for putting a flash game on facebook? Not much. I did that by putting a php file onto my server which acts as the canvas file. Into the same folder I unpacked the FB PHP SDK. FB likes developers and thus gives you an application profile page, the only thing you have to worry about is the actual canvas page.
Continue reading
Posted in mochiads, monetization, Tutorial
Tagged facebook, facebook app, flash game
Comments Off on Getting your game on Facebook the easy way