study these functions: Game_Action.prototype.setSubject = function(subject) { if (subject.isActor()) { this._subjectActorId =...
modified scope x and + with help from some utility functions to check for fellow targets: gridColumn, gridRow, gridCheckered (using clever...
if 0 is off, then you compare to 0. if (0bnnnn & 0b0011 == 0) // both switches are off if (0bnnnn & 0b0011 == 0b0011) // both switches are on...
probably Ultima IV
this is quite an intresting challenge. i have an idea that could be adapted for this challenge. character progression included and makes sense.*...
you can now change the grid size. however note that the RPG maker editor only allows up to 8 enemies per troop. so if you want more than 8, you...
combat feels lika a chore if too generic and repetitive and unchallenging. every action and decision should be different. not just continuously...
the RTP menu classes have builtin support for touch/mouse. that's the whole point of inheritance and classes. you dont have to do anything unless...
while maximizing player satisfaction is a noble goal, otoh too much coddling and always giving players an free pass is not necessarily a good...
1. alternative progression mechanics. ex. Saga 2 , Saga Frontier 2. fluid, customizable characters. ex. Saga 2 , The Elder Scrolls 3. creative...
Virtual Grid Combat Engine Virtual Grid Combat Engine places the party and the enemies in square grids. The party members are placed in 2x2 and...
Portmanteau , Amuse + Museum = Amuseum , or museum of amusements, appropriate for an aspiring game designer
I name them after my favorite Asian singers
The most memorable map designs are from early Might and Magic series and Zelda series. Both are puzzle oriented and theme oriented. Link's...
You can play the card games in my testing ground in my sig. Go to your room in the 2nd floor and click the green table.
Nice work. Digging "The Ice Cave of Magical Bunnies"
I'll share the files now so you can play with it and give feedback. There's still more stuff to add (like tapping cards sideways and plugin...
remove the dumb quotes and use straight quotes: "" tell your text editor or word processor to quit replacing quotes with dumb quotes.
if you can maybe modify the Tint screen command to tint at an (x,y) and a radius...
loops are fast, simplest, and most versatile, so try that first. you can break out of it early when you find the match. foreach and map are...
Separate names with a comma.