_id
int64 0
49
| text
stringlengths 71
4.19k
|
---|---|
4 | How to make a simple score system for my game? I'm making a simple game and I can't seem to impliment a simple score system. As the object moves 10 units forward the score should increase by 10. My issue is that when I turn the object around and move backwards the score decreases. |
4 | What is the purpose of the beginning of HL1, from the perspective of game design? At the beginning of Half Life 1, player is locked into watching an introductory film that can't be skipped and doesn't teach anything about game mechanics. Player can only move their camera around. A similar technique was applied in Deus Ex 4. Given that it's irritating not to be able to skip it on subsequent gameplays, what is the purpose of those? |
4 | Time limit on puzzle games yea or nay? Of course, it goes without saying that this can only work when the puzzle is randomly generated (say, something like minesweeper bejeweled) and not hand designed levels (such as trainyard, theseus amp the minotaur etc). I am currently thinking that this can instill a sense of urgency to the player and make them feel more challenged. Along with increasing the actual puzzle difficulty, a time restriction could be another way to increase difficulty, and the combination of both can be used as a way to give a sense of progress. Also possibly, incremental time increases when solving parts of the puzzle (like time extensions in racing games) could be used for these games. What I'm wondering about is, what's the accepted thought about using time limits? Would they work as I'm currently thinking or am I missing anything? |
4 | How do I build games with scripted actors? The idea I have an idea for a game. A few games, actually, that can built on top of the same general design. There is a game world that the player and the other actors exist in. The player can get information from the world about his surroundings. The player can also interact with the world, picking up an object for example. Now, I would like the same thing to be possible for other, scripted actors. They are the player's competition. Instead of navigating the world and performing actions based on human input, a script should decide what they do. An example I want to do this using a 2d world eventually, so I might as well give the example I want to build There is a 2d world with objects of various sizes and shapes. Every actor has their own field of view. They get information from the world about the objects in their field of view. For the player, this information is displayed on the screen of the user. The player navigates the world by user input. Scripted actors navigate the world in a scripted way. They walk in a general direction, they follow a wall or things like that. Their scripts should be able to get the information about the objects in their field of view and act on it. If an other actor is detected in their field of view, they should walk in that direction for example. All of this should happen in pretty much real time. The information gotten from the world (showed to the player, and given to the scripted actors) in this case would be something like a collection of "what", "where", and "in what orientation". The question My question is how I can program this effectively and efficiently? I am thinking to build this with C and Lua. C is also an option. I would store the game state and display the graphics using C. The part that I don't know how to handle is the interaction between C and Lua. Not programming wise, but design wise. The interaction between the world and the scripted actors. Should C provide the Lua actors with information, and then have the Lua actors call C functions that change their direction, move a step forward, etc? Will this work in real time? I realize that this question is broad, but I think it's not unreasonable. There are obviously ways to do this and I would like to know some. |
4 | Random Procedural vs. Previously Made Level Generation What the advantages disadvantages of using random procedural generation vs. pre made levels? There seems to be few that I can think of, other than the fact that items may be a problem to distribute in randomly generated terrain, and that the generated terrain may look weird. The downside to previously made levels is that I would need to make a level editor, though. I cannot decide what is better to use. Could answers include code examples of both procedural and premade generation, as well as the pros cons? |
4 | Text on touch in Algodoo I have just started off in Algodoo and have only a basic knowledge of how it works. I want to be able to create something that when it is touched by a ball with an English flag on, it shows England and when it is touched by a ball with an American flag, it says America. How would I do this? |
4 | Professional game design documents Possible Duplicate How should I structure a design document? I'm planning to apply for a game designer position at a big company. But the problem is, according to my CV, I'm not fit for being a game designer. (I'm a programmer). But, I don't like this and still would like to try my chances. Even though I'm a programmer, I have lots of ideas which I can put on paper in any detail depth imaginable. (It's not like "bro, I have this cool game idea in which you fly a spaceship and you see these scary monsters just like in ....", I can really make it professional). To be able to achieve this, I want to send a game design with my application, written in proper way, that will make it easy for them to accept me. Question is, what is the proper format for game design documents? Is there a template? What is the detail level? Where can I find a final game design document for a released professional game? |
4 | Scaling web game to suit any screen size I've made a simple multiplayer game, and now trying to make it fit on any screen size. I've tried stretching it out to fit the browser size, but it just appears weird and distorted. I'm also trying to avoid having borders around the edges as it doesn't look particularly nice. Is there a way to solve this that is fair to all players? |
4 | What's an acceptable delay between a player's action and the effects of the action being visible? So, I'm creating a game where all the systems push events onto the event queue. Those events are then dispatched at the start of the next frame. This works fine, but there are some situations where the delay between a player's action and the effects of the actions can be upto 3 frames. 3 frames for a 60fps is around 50ms. Is this kind of "lag" noticeable to a player? |
4 | Good taunt attack design I'm making a turn based rpg and I have an attack allows for a party member to draw an enemy's focus towards it for a set number of turns. I feel an attack that draws all aggression from enemies is very strong, so I am unsure how to balance it. Should taunted enemies get bonus attack stats to make up for the temporary loss of their AI and the ability to target weaker party members? Or is a party member being the focus of attacks something that should be rewarded, and the party member should be given temporary healing or defence to compensate for the risk they took? |
4 | Using the MVC pattern in games I saw a lot oft tutorials about the mvc pattern, but always it was only a small example Situation explained. There was always only one model, one controller and one view. But what if I have a lot oft models with complex logic, I cant put all the rendering code in one view and all the logic code in one controller. How I split all in smaller pieces, because the models logic depends in each other(for example collision). Know someone a good tutorial, or example game that explains this pattern in advanced games? |
4 | Game Mechanics for character development in an RPG I recently asked a question here on a different stack about how to write strong characters given the limitations of the RPG genre. After all, even in an RPG, which is somewhat story friendly, many gamers just want to get on with the game. I understand the impulse and have no desire to punish the players of my game for just wanting to play my game. The Goal I want to create a character driven ensemble cast jRPG cRPG with strong characters that the player begins to know and love. The Problem I don't want to shove story or backstory or dialogue down peoples throats when they just want to fight battles and level up and complete quests. Especially when this can get very repetitive when a player is 'stuck'. Current Solutions Skippable Dialogue and cutscenes This feature will often be used by players and can cause problems of its own. Many people will skip the important parts. Then you need to make the important bits unskippable or keep a quest log to hold their hand. Characters make predetermined choices This is the thing I can use the most. But I need to also allow the player to make some decisions too. Need might be a strong word I want. I also don't want to define my characters by a string of choices they made throughout an adventure story. Blank Canvas This is where the character is just a representation of what the player makes of them. Their dialogue, their actions, their appearance and personality are all given to them by the player, not the game designer. This doesn't work for me. I have multiple characters. Plus I don't feel strongly that I can develop a game that facilitates the player projecting themselves onto the character, and that is a different skill and style. The Question What are some game mechanics that can facilitate character development. My Writing question was how do I write within the above constraints. My question here is What other game mechanics are available to seamlessly integrate character development into my game? My question is not a dupe of How can I make my players interested in the game lore of my MMORPG?. While we have similar problems, I am working on a single player jRPG which allows for different approaches to story and character than an MMO. I am also not looking for just back story to develop character. For instance, one of the answerers to my linked writing question mentioned a characters battle cry as an opportunity to develop their personality, which is decidedly not story. |
4 | Is a Stamina Bar (ala Dark Souls) a good idea for a casual player target group? We all know the "Stamina Bar". For those who dont Its a "Bar" (usually right below your life bar) which prevents spamming the attacks as much as you want. Attacking will also reduce your stamina and you need a certain amount of stamina to use Attacks. Usually blocking , rolling and other things also require and reduce your stamina. Its a great way to balance the a real time action battle system. You can upgrade your stamina which is cool too because gives you a feeling of progress and add a little bit of fun there. Anyway The Question here is Is this "okay" for "Casuals"? I have a game which is open world ish and you can walk around and fight enemies and fight bosses too. But the game seems "too easy" now. You can basically just spam your attack button and every enemy is easy. Even the bosses. A way the fix this is the stamina bar. But wouldnt that overwhelm the casual players ? |
4 | How to update a game off a database I am currently writing a sports strategy management game (cricket) in PHP, with a MYSQL database, and I have come across one stumbling block how do I update games where neither player is online? Cricket is a game played between two players, and when they (or one of them) is online then everything is fine but what if neither player is online? This occurs when championship games are played, and these games need to happen at certain times for game reasons. At the moment I have a private web page that updates every 5 seconds, and each time it loads all games are updated but then I have the problem that when my private web page stops (for example my computer crashes or my web browser plays up) the game stops updating! |
4 | Game software design I have been working on a simple implementation of a card game in object oriented Python HTML Javascript and building on the top of Django. At this point the game is in its final stage of development but, while spotting a big issue about how I was keeping the application state (basically using a global variable), I reached the point that I'm stuck. The thing is that ignoring the design flaw, in a single threaded environment such as under the Django development server, the game works perfectly. While I tried to design classes cleanly and keep methods short I now have in front of me an issue that has been keeping me busy for the last 2 days and that countless print statements and visual debugging hasn't helped me spot. The reason I think has to do with some side effects of functions and to solve it I've been wondering if maybe refactoring the code entirely with static classes that keep no state and just passing the state around might be a good option to keep side effects under control. Or maybe trying to program it in a functional programming style (although I'm not sure Python allows for a purely functional style). I feel that now there's already too many layers that the software (which I plan to make incredibly more complex by adding non trivial features) has already become unmanageable. How would you suggest I re take control of my code base that (despite being still only at lt 1000 LOC) seems to have taken a life of its own? |
4 | Handling non automatable, repetitive, game tasks A problem I'm currently having with a project of mine is deciding how to handle repetitive, but important, in game tasks. As an example (Though there will be many other instances of this), earlier in the game, the player must smelt and shape iron without modern tools. After iron ore has been smelted, it must be shaped into tools, this requires manual labor. So how are some ways I could handle the shaping process (A repetitive, time consuming, task)? Having the player sit in a GUI until the shaping process is complete is obviously not a great idea. I don't want to make the process instant and simply rely on the speed of the smelting process to cull production, as the player could just utilize a huge number of furnaces to bypass that. For other reasons, it would be incredibly difficult and time consuming to create a short mini game for each of these situations. Is there an easy way to solve this? |
4 | Where could I look online to learn about being a game designer? I'm interested in being a video game designer but I know next to nothing about how to do what ever it is I will be doing as a game designer. Could you offer any advice of a good online area where I could learn about the basics of game designing and later on the more complicated information. |
4 | Why do most 2D platformers start off in the left and progress in the right direction? In almost all 2D platformers I've played, your avatar always starts off on the left side of the world, and continues on to the right. Is there something designers gain by doing this? |
4 | Skill vs. Luck, the ratio and its measurement Gamer buddies, is there a term to describe the level of variance in a game, in comparison to luck. The card game war would have 0 skill and 1.0 luck because the player cannot affect the game. I can't think of something that has 1.0 skill. At first I thought Spelling Bee, but the words chosen for each contestant is randomly chosen suggesting some luck involved... What ratios do different games have, and how can those ratios be accurately measured? What metrics could be used to accurately measure such a ratio? I'd also like to hear of any 1.0 skill games if anyone can think of one. To reiterate the question clearly does there exist such a measurement and if so what is it? Furthermore is there a term for the target of this measurement, so we can have a discussion using a noun. EDIT the term luck is used to describe the level of effect that chance, i.e. random events, have in affecting who the winner is. I appreciate everyone's responses. |
4 | Optimizing the economy of a resource management game I am an amateur game designer. I am designing a resource management game involving real money. This is my first time designing such a game. I explain the design and mechanics below. I need feedback from experienced game designers regarding i) The sustainability of the core economic loop of this game, ii) Concrete suggestions to de risk or fine tune it (if you can think of any) My game is about digging up treasure. Treasure is real players can cash out. The objective of the game is to make as much money as possible. Players utilize digging machines (excavators) to unearth treasure. The attributes of these digging machines are Digging prowess Most machines are mediocre diggers. I.e. they unearth small treasure. A few rare machines can dig up really big treasure. And then there are other types in between these two extremes. Scarcity Only a finite number of machines are available in this game world. Transparency Machines' visual design varies in accordance to their digging prowess. I.e. players can easily spot which machine is better than the rest. Main mechanics When a new player joins this game, they utilize real to buy one or multiple such machines. Once bought, each machine can either be Stored away (unused), or Put to work. Note that when a machine accumulates 1 hour of digging time, it unearths treasure. The amount unearthed is always proportional to the machine's digging prowess. Putting machines to work has an upside and a downside Upside Machines that are put to work unearth treasure (actual players can claim). Downside Working machines can be forcefully bought by another player (for the machine's current value 5 profit). No permission is needed. This permanently increases the value of the machine. Which means, if you want to snatch it back, you pay a further 5 increment on top of everything. Storing machines away has an upside and a downside Upside Nobody can forcefully buy them from the player. Downside They don't help the player earn anything. How do we finance the treasure finds? There is a pool of money in the back end that finances each and every treasure finding. We finance this pool in two ways The first time a digging machine is bought, 90 of the proceeds are routed to this pool (10 are pocketed by the game developer). I earlier mentioned that whenever a machine is forcefully bought, a 5 profit is paid by the buyer to the unwitting seller. We route 10 of that profit to the treasure pool, 10 to the game developer, and 80 to the unwitting seller of the machine. It would be great to get feedback from experienced game designers regarding the economic viability of the game's core loop. How do we Make it sustainable? What are the economic risks? How can they be quantified? Are there any risk minimization tactics we can bake in? |
4 | Load state continue game based on user input I'm working on a rather simple 2D game, with a pretty small set of values that will need to be preserved for a user to pick up where they left off last time they played. Rather than saving loading the state of the game for users to leave return, I'm considering something akin to what MegaMan did, where a user enters a "password" to resume from their previous state, like so How is something like this generally implemented? My two thoughts were Build list of all valid passwords and their corresponding states. Reject anything not on the list, and load the corresponding state when correct input is received. Represent the state as a binary string, and make that the password. If the user's input parses validly, assume it to be valid and set it to the state. What are the concerns with each of these approaches, and is there another way to go about this that I've overlooked? Note If this question is tagged poorly, it's because this is my first question on gamedev.stackexchange, and I'm not yet familiar with the ta |
4 | What is "convexity" in the context of game design? I have overheard game designers mentioning something called convexity in games. This seems to be a game design specific concept, different from (although possibly related to) that in geometry or game theory. Unfortunately there are very few sources online mentioning it, let alone a definition. From what I could gather, it has something to do with player choices. So what is convexity? How does it manifest in a game? What's an example of it, or the lack of it? Is it a good thing, a bad thing, or if it depends, when is it good, when is it bad? |
4 | AI to help player by suggesting upgrades Suppose I'm creating a racing game.. I would like to implement an awareness system AI, that will suggest to the player that he can buy that booster or some other upgrade, .. etc. How should I start implementing that? A FSM ? A decision tree ? Suppose that I have variables like, how many crashes, how much is the damage, how many gates I have passed, .. etc how would I use those variables then to say for example you need to buy that stuff? |
4 | Rule of thumb for enemy art design in 2D platformer I'm at the early stages of developing a 2D side scrolling open ended platformer (think Metroidvania) and am having a bit of difficulty at enemy design inspiration for something of a scifi, nature, fantasy setting that isn't overly familar or obvious. I haven't seen too many articles, blogs or books that talk about the subject at great length. Is there a fair rule of thumb when coming up with enemy art with respect to keeping your player engaged? |
4 | Appropriate database schema for heroes' skills in a Tower Defense game? In a Tower Defense game, each hero (or character) has some skills. Each skill has some quot chance of appearance quot (CoA for short) when attacking enemies and if appeared it has some quot hit accuracy quot (i.e. hit on enemies) (HA for short) and has effects on the enemies (if hit by the skill) (EoH for short). Examples Skill 1 Frost 1, CoA 50 , HA 100 , EoH (1) slow enemy down for 4s and (2) yield 200 damage points. Skill 2 Frost 2, CoA 100 , HA 50 , EoH (1) make enemy frozen for 8s. I first tried to breakdown skills into quot atomic quot effects and come up with tables as below All looks good? But now we want to update Skill 1 a bit to make it more complicated Skill 1 Frost 1, CoA 50 , HA 100 , EoH (1) slow enemy down by 40 for 4s and (2) yield 200 damage points. (Please pay attention to the 40 here!) Or even coming up with more complicated skills Skill 3 Frost 3, CoA 20 , HA 100 , EoH (1) frozen enemy for the first 4s then slow enemy down by 50 for next 4s and (2) yield 200 more damage points. Skill 4 Frost 4, CoA 10 , attack enemy 3 times continuously, each time HA 50 , EoH (1) frozen enemy for the first 2s then slow enemy down by 50 for next 2s and (2) yield 400 more damage points. Each effect now has more parameters to be specified which makes my current schema not fit anymore. Please help deal with this! |
4 | Guidance for building a proper in game economy I'm seriously thinking of building a space opera game which would share some of Machiavelli The Prince aspects regarding commerce each player will be able to extract build buy sell donate a wide range of products (from ore to spaceships roughly). However, I'm struggling with the economy aspect of it. Should the game define the prices once and for all? Should each player be able to determine his own buy sell prices, and if so, how? How can I avoid over engineering this game economy mechanism, while still making it attractive for users? Edit thanks to your very nice input, some more information about the setup it's a "player only game," with no "computer managed player." players start with a planet and some resources units and then (try to) expand players can be of multiple "species" with no proper relationship apart from the one they might make up no possible notion of "central bank" or similar in the first place consequently, I would prefer "not magic" on the economy, by that I mean a standard currency whose value would be determined by the system. However then I don't see how trading would be appealing, since bartering would be the only way, which feels a bit clumsy for the players. I was thinking of having some rare metal as the standard exchange medium, but then I wonder how would to include other basic economic attributes, such as the population's wealth... Hopefully it doesn't look too daunting... |
4 | Good ways to indicate enemy toughness Can you add any good ways to indicate enemy strength to this list physical size equipment quality narration or preview scene demeanour Background I'm designing a spell casting stealth game where some enemies are cannon fodder, others are decent fights, and some (initially) will be lethal hence the stealth requirement. It's a VR title so I don't want UI elements (like stars, health bars etc) messing up the immersion. At the moment my inclination is to avoid cartoony art style so it'll be as 'realistic' looking as I can manage while keeping 90fps. |
4 | Mini Game Platform for PC similar to Warcraft III Custom Games I think it would be fun to make a game for pc that has an online community like Warcraft III (the RTS, not the MMORPG), aka there's lobbies and chat rooms and users can host games to play with eachother. And there's no seriousness, just fun mini games that last on average 30 60 minutes, more or less depending on the game. I searched google but it's really hard to find anything. Is there anything similar to this idea that's already out there? Or is this a first? Also, in making this, any recommendations, flaming, or random comments? (yes I know it is hard to make an online game and such, especially since I have no experience with networking. I do have 2 3 years of programming experience, however). Some more info on what I want to create. I want it to be easy for users to create games and play with friends. All of us game creators have ideas, and we probably draw them out on paper (graph paper for me). Wouldn't it be amazing if it was a matter of a couple hours to transfer that idea to a fully working game, even if it is in 3d? |
4 | How to map changing stances (southpaw orthodox) to gamepad controls? I am developing a third person hack n slash style game which features a variety of melee and projectile weapons as well as unarmed combat. The player will be able to dual wield any combination of the above weapons eg. a sword and a pistol, or a knife and a bare fist. I'm trying to work out the gamepad controls based on the game mechanics, but I've come to a dilemma regarding the movesets. Originally I had the left and right triggers mapped as the left and right hand attacks. However, some of the attack moves that I have planned involve the player taking a step forward. Meaning they may have started in orthodox stance (left foot forward) but will end up in southpaw (right foot forward). For some weapons like firearms the stance makes no difference, since the attacks will be the same from either. But for some melee weapons and especially for unarmed combat this is a significant difference. For example, from orthodox stance the left trigger should logically do a jab attack from the front hand, while the right trigger should do a straight punch attack from the back hand. If the player now does a lunging attack in which they take a step forward, they end up with their other foot infront, meaning that now the left trigger cannot do a jab but must perform a straight punch since the left hand is no longer in front. So the question is how to resolve this without having a controls system that confuses the player. There are a few options I have considered after studying other games, but I am looking to see if a better alternatives exists. 1) Seen in Elder Scrolls, Dark Souls, Tekken Use 2 attack buttons but have the player always stay in a single stance. This way they the left and right limbs will always perform the same move. The downside of this is that attacks which would normally leave the player in another stance have to either be avoided or the animation has to include the player returning to their original stance. While this solves the problem it can look unrealistic. 2) Seen in DOA, VF Use only 1 attack button, instead of one for each limb. This will mean that the stance of the player is irrelevant since a single button will play the correct attack animation of either the left limb or right limb depending on the stance. While this is more realistic it makes it difficult to have dual wielding weapons with only one button controlling both. For example, consider if a pistol and sword are being dual wielded, the left trigger may swing the sword while the right trigger may fire the pistol but if both weapons are mapped to only the right trigger what attack should happen? The sword, the pistol, both? Here lies the problem. 3) Seen in MK Use 2 attack buttons which refer to the front or back limb, not the left or right limb. This method allows for the player to switch stances, since for example the left trigger may refer to the front hand irrespective of which stance the player is in. In a side scrolling game this may not be a problem, but in a third person game where the camera is behind the player, I am concerned that this type of controls will be confusing. Especially since the convention (correct me if I'm wrong) for dual wielding seems to be that the left and right triggers control the left and right weapons limbs. So are these the only options, or is there a better way of mapping the controls for this use case? |
4 | How to avoid players getting lost in and or bored by the meta game? Yesterday, I noticed something that I had never noticed consciously before, but which had "ruined" more or less all games that I have ever played The longer you play a game, the more you get lost in and bored by the meta game. What I mean is that the longer you play, the more you know the meta game. Once you know the meta game by heart, you basically stop playing the game and instead only play the meta game anymore. Here are a few examples from different genres to show what I mean DotA In the beginning, DotA is super fun, although you totally suck at it. You learn new heros, you are happy when you are able to buy an expensive item and so on. After being "pro" in DotA, you basically only play the meta game anymore You pick exactly the hero that can counter the enemy and play exactly a perfect meta game for your hero (e.g., go to jungle until you are fat, time creep spawns to stack, and so on). You know basically exactly at which time you will be able to buy which item and you execute this. You no longer play the game, you just play the meta game. You execute a well thought out choreography, which you perfected by executing it 100 or more times. Eventually this gets boring! Anno XXXX In the beginning, you build an island and have to master more and more challenges to keep you citizens happy. Cool! Once you know the meta game the whole game becomes a "Oh, I need these 10 resources in these proportions, then the people are happy. I build a fleet and capture the enemy or keep on playing until my island is full". Cities Skylines (or any Sim City) In the beginning, it is fun to master what your people need. In the end, you know exactly what they need, so it becomes more or less a burden E.g., for each new residential district, I need a police station, a fire station, garbage incineration plant, crematory, a hospital, I connect everything to the highway, add a subway station and add bus lines. Done. Lame. It starts feeling totally mechanic. I no longer feel like building a real city. I feel like building a mathematically simulation of a city and just responding to optimize all parameters for this simulation. Civilizations A super nice game to explore in the beginning! So many technologies, just wow! In the end I know exactly which technology to develop when. I have a more or less complete ordering among the technologies. I know where exactly to place the next city and which units to build. Heck, I think I could even write an AI that does more than 95 of the things I do, since everything has become so mechanic. I could go on forever. Almost all games have this. For some players, this is where the game gets really cool. Some players want to play the meta game! But for others, including me, it gets boring. I want to feel like playing a game, like exploring. Not optimizing a numerical simulation. So, when designing a game, how can you avoid that this will happen? Is it possible to hide the meta game to such an extent that the player no longer feels it, even when playing the game for long. |
4 | Realistically, how long would it take for 1 person to create a 2D isometric RPG? Something I have been looking into for a while is developing my own PC game. I'm very into CRPGs like Fallout 1 and 2, UnderRail, Wasteland 2, etc. I have long desired to create my own game like this, with an emphasis on plot. While I don't have any experience in development, I use several (mostly proprietary) programming languages in my job, and have a natural aptitude for learning syntax etc. I have taken a few tutorials in Unity and Godot but generally I prefer to feel my way through software myself (tutorials rarely give you enough 'why and how') or reverse engineer an existing product. I plan for the game to be quite minimal on the asset front, at least to begin with. I've done some basic 3d modelling and mapping (a long time ago, in Source engine I built my school!) My question is, if I decide to dedicate the time to this, how long does it generally take for one person to create a game like UnderRail or Darklands? I'd like to know if it's a doable project or a laughable pipe dream for an inexperienced one man enthusiast! |
4 | Revisitability of Game Elements In some games, when you miss a pickup, you can never get it again unless you restart the game, and those pickups count in your collection. (therefore, you must restart the game to finish the collection, if you made any mistakes). In Pok mon, you have only one Master Ball, limited supply of Ethers and legendary Pok mon appear once per game. Trading fixes all of those problems. For a more radical perfectionist, they demanded all dialogs, background music, and even items to be revisitable. Some games, like Naruto Ninja Council, satisfied all of those needs. Is it always a good practice to make things revisitable? Even cutscenes and music? When is it not a good practice to do so? |
4 | Game ideas for a platformer I have created a platformer which currently has the features listed below. I would greatly appreciate any further ideas which I could implement! (I don't play a lot of games which is why I require help) Walking jumping movement player can shoot lasers enemies also walk, fly, and shoot lasers water (you can swim in this) mud (slows you down on contact, and stops you from jumping) ladders damage when falling from a large height, unless falling into water moving platforms springboards (jumping on them shoot you into the air) growing platforms (allow you to reach new places) key and door system gem and coin collection system teleporting turrets |
4 | How to model an Attack( ) action? How to model combat? In general, how objects communicate? I never understood how would you elegantly describe two people talking in OO. I think this question extends to how similar objects communicate in general. I am designing a game now and Units have to attack each other. My first idea was something along the lines public class Unit public void attack(Unit targetUnit) calculates damage base on this unit stats targetUnit.takeDamage(damage) public void takeDamage(int damage) this.health health damage And then later Unit whiteKnight new Unit() Unit blackKnight new Unit() a possible combat interaction whiteKnight.attack(blackKnight) blackKnight.attack(whiteKnight) Is this acceptable? Is this the standard? |
4 | Bartle taxonomy formula Anyone knows the formula inside the Bartle Test of players taxonomy? I need to do the test, but I need the weight of each question to make something more accurate and trustworthy to the real test... Some links to the online test http matthewbarr.co.uk bartle http 4you2learn.com bartle |
4 | Where do you search look for game developers for an indie game startup? I just recently saw stackoverflow had a game dev sister site so here I am, wondering if you experienced fellows know where one can search look for game developers for an indie game startup? In other words I have a game idea which I've written down with as much detail as possible (so anyone else can understand how it works) and now I'm looking for a heavy php programmer with whom to pair up in order to go from idea to reality. I'm a front end interface designer and an intermediate programmer. I recognize my project requires heavy programming skills which I do not have as of today ) So, what websites, communities or places do you recommend I go look into? Where do good programmers interested in indie games go look for projects if they don't have their own? Thanks in advance G.Campos |
4 | How can one create "network effects" in a game as it scales? Is it possible to create network effects in a game? How? Usually a product with network effects present gets more valuable to a user as more people have the same product. Examples can be Skype or Facebook. The more people are using them, the more it's important to a single user. Does it even matter in games? |
4 | Designing RPG player classes, and the trend to avoid a Priest or Cleric RPG class From my experience, RPG classes ("hero" or "villain" types) are often divided into four categories 1. Mage 2. Priest 3. Rogue 4. Warrior However, there are quite a few popular RPGs that ignore the Priest or Cleric "base" character class entirely. Two game series of note The Elder Scrolls (Skyrim), and Dragon Age. Is there a specific reason why this is so? Perhaps the background story makes allowing players to be a Cleric difficult for example, if there is a large amount of NPCs in the game that have the adventure class of Cleric, and making that class available to players would be detrimental to the story of the game. I've pondered this quandary myself when working on developing my own video RPG should the character class options be sub categorized with the aforementioned base classes? Or perhaps even more difficult of a question to answer, should a video RPG include some kind of Deity system? The RPG approach to "gods" is difficult for me, particularly because I've have somewhat of a spiritual perspective on real life, I'm not sure how to reconcile my choices with game design to my choices regarding spirituality. Any helpful responses will be greatly appreciated! |
4 | How should I manage states in my game? I can't understand what design pattern I can take advantage to build an intro screen, help screen, level select screen, game screen, game over screen, altogether. I can make one in AS3, but the code becomes hugely messy. That's what I sort of do. I would create a different class for each one but all classes don't share nothing in common, I just separate the classes to short the code in each file. The only parameter I pass on is stage as reference for all of them so that I can place the sprites and assets on the screen. I instantiate the game itself in a separated file and when the player reset the level that class would be re instantiate or overwrite again. I run garbage collector in each class because there are some events I can't use reference. Only I understand what I do, but as you can see it's certainly the wrong way since it has became messy and hard to maintain. I learned by trial and error because I couldn't find examples showing how to code with OOP these layers or states(play, select, send score, play again and so on) of the game. |
4 | What category would this asynchronous production economy game fall under? I'm thinking of getting into game development and my friend and I have this idea for a game. We want to do some research on similar games, and I have noticed that games seem to fall under certain categories like "platformer", "shooter", "racing games" or similar. Our idea is a multiplayer, mobile game where you and around 4 5 other players are placed in a session. Every player is given a different role in a market (like a farmer to grow crops, miller to make flour out of crops, baker to bake bread, etc.). The players are supposed to sell goods to each other in order to earn money (or similar). The resources are produced generated over time, so it's like Travian and other city building games when it comes to stuff happening over time. You own a production facility (like a farm, mill, etc.) and if you have enough resources money it produces some good every 10 min (arbitrary time for the example). This happens even when the user is not playing. Then once in a while, you can check in, put some of your goods up for sale that others can purchase. So it's a passive loop that simply generates resources every x minutes, and in addition, the players can put up their goods for sale when they feel like it. But the game is not "infinite". When one of the players reaches a certain goal, the game session ends and the players are ranked (or something, it's still a rough idea). So in this regard, it's more like Wordfeud or Chess where your next move depends on what the other players do and there is a way to win the game (be it a winning condition or time running out). So the question is, does this kind of game fall under a specific category that we can research? |
4 | Realistically, how long would it take for 1 person to create a 2D isometric RPG? Something I have been looking into for a while is developing my own PC game. I'm very into CRPGs like Fallout 1 and 2, UnderRail, Wasteland 2, etc. I have long desired to create my own game like this, with an emphasis on plot. While I don't have any experience in development, I use several (mostly proprietary) programming languages in my job, and have a natural aptitude for learning syntax etc. I have taken a few tutorials in Unity and Godot but generally I prefer to feel my way through software myself (tutorials rarely give you enough 'why and how') or reverse engineer an existing product. I plan for the game to be quite minimal on the asset front, at least to begin with. I've done some basic 3d modelling and mapping (a long time ago, in Source engine I built my school!) My question is, if I decide to dedicate the time to this, how long does it generally take for one person to create a game like UnderRail or Darklands? I'd like to know if it's a doable project or a laughable pipe dream for an inexperienced one man enthusiast! |
4 | How do you decide on the size of a tech tree? Is there any established metric with which a game designer might decide the best size for a tech tree? In this case the game is a single player 4X game (thank you, Peter, for that term). I wanted to incorporate an appropriate length and breadth of tech tree as a basic design goal. For instance, is there data on player reactions to tree size vs game scope or game length? Or even a reasonably established rule of thumb? |
4 | iPhone Game Sprites I have made games with cocos2d for the iphone however I am looking to move on from that, is there a good direction you could suggest? If not I was planning on using what the SDK gives me, and so for example to make a sprite, say the player on screen, rather than a CCSprite, what would be best to use? What do I need to go and learn? Thanks. |
4 | Per Frame Function Calls versus Event Driven Messaging in Game Design The traditional game design, as I know it, uses polymorphism and virtual functions to update game objects states. In other words, the same set of virtual functions are called in regular(ex per frame) intervals on every object in the game. Recently, I discovered, that there is another event driven messaging system available to update states of game objects. Here, the objects usually are not updated on per frame basis. Instead, a highly efficient event messaging system is built, and game objects get updated only after receiving valid event message. Event Driven Game Architecture is well described in Game Coding Complete by Mike McShaffry . Could I kindly ask for help with the following questions What are the advantages and disadvantages of the both approaches? Where is one better over the other? Is Event driven game design universal and better in all areas? Is it therefore recommended for usage even in mombile platforms? Which one is more efficient and which is more difficult to develop? To clarify, my question is not about removing polymorphism completely from a game design. I simply wish to understand the difference and benefit from using event driven messaging vs regular(per frame) calls to virtual functions to update game state. Example This question caused a bit of controversy here, so let me offer you example According to MVC, the game engine is divided into three main parts Application Layer (Hardware and OS communication) Game Logic Game View In a racing game, the Game View is responsible for rendering the screen as quickly as possible, at least 30fps. Game View listens for player's input too. Now this happens Player presses fuel pedal to 80 GameView constructs a message "Car 2 Fuel Pedal Pressed to 80 " and sends it to Game Logic. Game Logic gets the message, evaluates, calculates new car's position and behavior and creates the following messages for GameView "Draw Car 2 Fuel Pedal Pressed 80 ", "Car 2 Sound Acceleration", "Car 2 Coordinates X, Y" ... GameView receives the messages and processes them accordingly |
4 | How might I eliminate asymmetrical gameplay caused by turn order? I'm designing a turn based game in which players profit from buying, transporting, and selling resources. Each turn, the map has to produce a certain number of resources and different locations, and resource prices have to be updated. Because of this, each round, after every player has taken their turn, the game state has to be updated resources are consumed produced, prices in each cell of the map need to be updated, etc. Originally, I was going to have a simple turn order, where each player took their turn, then the map is updated, then the cycle repeats in the same order. However, after a little bit of testing, it became clear that this gave a significant advantage to players who have their turn right after the map is updated. They're able to collect the newly produced resources before any one else has a chance to. The easiest way I could think of to balance out the gameplay for all players is to randomize the turn order after each round. While this would give everyone a fair chance, I'm worried that this might be too big of a shift away from strategy and towards luck. How might I eliminate asymmetrical gameplay caused by turn order? |
4 | Establishing if a tile is available to move into I'm working on a grid based game as a hobby project. Think of an ANSI game like ZZT. The grid is represented by a two dimensional array of objects which contain both the UI element which takes care of displaying the sprite image and also the data accompanying whatever is in that position on the grid. I'm having trouble working out the mechanics of elements on the game grid determining whether they are able to move into a neighbouring cell. Determining whether there is something in any given grid position is straightforward, as each instance of the class representing a cell on the grid has a property representing the sprite in occupation of the cell. Checking if this property is nil works fine in establishing if something static is there, but it becomes problematic if there are many objects moving from one grid position to another. The problems I'm having are Objects in grid cells will attempt to push objects out of their destination cell this is intended behaviour, so that the player or NPCs can move objects around. The object which is pushed will check if it is capable of moving in that direction, and if the cell into which it is being asked to move already contains another object. If it does, it will attempt to push that object, and so on and so on until an object either agrees to be pushed (into an empty spot), or refuses (because there is nowhere for it to move or because it cannot move in that direction). The return values for the attempt to push will then cascade back up to the originating object and the sprites all move (or not). This causes a problem, however, if there are several sprites moving in a straight line in the same direction. Rather than all moving forwards together (which they should), the last object in the line thinks that the next cell is occupied so tries to push the object in that cell, which is unnecessary, because that object will be moving anyway. This causes the objects to spread out with gaps between them, which is abnormal. Due to this, I considered having the objects check if the destination cell is occupied, and if so, check if the object in that cell will be moving out, and if anything else will be moving in. However, I'm concerned this could result in a condition where several objects may refuse to move because of each other's presence. I have considered looking at source code for a similar game, but I don't want to copy another implementation, rather I'm looking for guidance on how I can solve the problem. Thanks in advance! |
4 | Other games that employ mechanics like the game "Diplomacy" I'm doing a little bit of research and I'm hoping you can help me track down any games, other than Diplomacy (online version here), that employ all or some of the mechanics in Diplomacy (rules, short form). Examples I'm looking for Simultaneous orders given prior to execution of orders In Diplomacy, players "write down" their moves and execute them "at the same time" Support, in terms of supporting an attacker or defender "take" a territory. In Diplomacy, no one unit is stronger than another you need to combine the strength of multiple units to attack other territories. Rules for how move conflicts are resolved Example, 2 units move into a space, but only one is allowed, what happens. I may add to this list later, but these are the primary things I'm looking for. If you need clarification on anything just let me know. Note I tried asking this on GamingSE, but it was shot down. So, I am unsure where else I could post this. Since I am researching this for game development purposes, I assume this post is on topic. Please let me know if this is not the case. Please also feel free to re categorize this. Thanks! |
4 | Handling Latency in Multiplayer Shoot em ups I had an idea for an architecture, and I was wondering if anyone has implemented something like this or has used AWS or some other service to help? I thought about using NodeJS SocketIO to handle a server side for this cooperative shmup (think Raiden or Galaga) we are just starting to work on. We started to think about latency issues. The solution I came up with was to spin up down servers at the mid point of the 2 users playing with some epsilon value (say 300miles or something). Perhaps the server would allow up to 50 users to play simultaneously and after that it would deny requests, which would then spring up another server. This should cause latency to be about equal for the 2 users playing. Furthermore, if we are matching making users then we always pair the 2 closest users together. I suppose there are other factors to consider like user skill level, but I think right now we are most concerned about latency since it directly affects gameplay. Actually our game does require fairly precise timing. Also we want users to be able to see each other shoot since cool animations happen when they are in sync with each other. I suppose this is similar to how a fighting game might operate in terms of timing precision. Ideas? Thoughts? How have others approached this problem? Where can I start looking for examples? |
4 | Calculating the flavour of a dish in a cooking game I'm currently working on a game that sees players cook dishes and are scored on their performance. To determine whether a dish is good or not, I will be looking to see if these elements are balanced Salt Fat Acid A dish is made up of multiple ingredients and each ingredient will have its own salt, fat and acid levels. Adding too much or too little of an element (e.g. over salting) results in a weaker score for the player. There are also a few other factors that affect the salt, fat and acid balance The number of ingredients (adding more ingredients should reduce saltiness, fattiness and acidity) Acid can reduce the saltiness and fattiness of a dish. Salt can reduce the acidity of a dish. This idea comes from Samin Nosrat's book Salt, Fat, Acid Heat. Below is an image from her book where she breaks down 4 popular salads and shows how each of the ingredients affects each element. If the player was to recreate quot The Caesar quot salad, they should get a perfect score for balancing all those ingredients but if they created a salad with just bacon and anchovies it should be considered too salty. Texture is another element that the player needs to balance but this won't need to be calculated in the same way as the other elements. My plan here is to check if the player is making a salad it should have some crunch to it, whereas if they are making a roast the meat should be tender. Given a set of ingredients, I would like to calculate whether the dish is balanced or not. The game will probably have 100s of ingredients and I would like some advice on how to best calculate these elements, score the player and balance the many ingredient combinations a player can come up with. |
4 | iOS gaming with copyrighted characters? Can I use animate characters in an iOS game if I do a citation in the credits. Ex Steven univers in a fighting game and I list Rebecca Sugar in the Credits or by the character bio. |
4 | What is the logic behind these design decisions regarding difficulty levels? In some games you are unable to play on the harder difficulties before complete it on a lower difficulty. Why? Achievements are popular. In some games you do not get an achievement for completing the game on the hardest difficulty (e.g. Bethesda RPG's) but for just about everything else, Why? |
4 | Matching game difficulty I'm currently making a matching game where the player is given a color or image type and the player has to click on all of the matching colors of images as fast as possible. My problem is how would I go about making a difficulty curve instead of just randomly generating what the next situation will be. There's a link down below to show the first version of the game I made a while ago. As you can see the new scenario is chosen randomly and one scenario can be harder than the other with no thought of progression. What I want this time is for the game to progress over time. So, the more of these "scenarios" a player does the more difficult it will get. https www.youtube.com watch?v sa2mtpv7RzA |
4 | How can I make the "Strength" attribute more attractive to Wizard Caster classes in a RPG game? I have a game where, among many attributes, is Strength and Constitution. In Ultima Online, Strength was used for hit points. However, I would like to avoid this as Hit Points are so incredibly important, every class will want to have a lot of them in any game you play. In almost all MMORPG's and in many RPG's, players stack constitution almost as much as their primary attribute. I have a plethora of ways in which INTELLIGENCE helps a WARRIOR type. It is the problem of the attribute STRENGTH helping a WIZARD type that is giving me so much difficulty. Strength can more easily be an important statistic for Warrior and Rogue types, as they are both melee damage and players tend to love stacking high damage. However, Strength is all but useless to a Wizard who casts spells from afar, and relies on Intelligence as their damage attribute. What can I do to strength, to make it more appealing to wizard types, or any class that does not perform any melee combat? Correct me if I am wrong, but I do not feel as though Spells Magic should be more powerful because someone has more physical muscles and capacity to lift more. It makes sense to give Magic more power if the caster had a lot of fortitude or a overall healthy body, but that is already defined as Constitution. I want to make Strength as attractive as Intelligence, to Wizard types than in stereotypical RPG's. I was able to find balance between a "Dumb Brute Warrior" vs "Intelligent Warrior". How can I find a balance between a "Buff Conan Wizard" vs "Intelligent but Frail Wizard" without introducing melee combat? Adding unique gameplay features or altering the traditional RPG style of play is more than welcome. |
4 | Writing a Master's Thesis on evaluating visual scripting systems I am thinking to write my Master's thesis around theorizing, and then implementing a PlayMaker or Kismet like (building game logic by visually arranging FSMs) tool in Unity. The only thing I am still concerned about is the actual research question that I should pose. I was kinda hoping that the more experienced game designers out there might know. Update What about reducing the use of visual programming to graphically designing FSM Action Transition flows, which can then be attached to game entities (very much like http playmaker.com does it)? Update 2 Regarding the evaluation of the approach I was thinking that it would not be so practical to try to quantitatively prove that my tool is better than the competition. This is in fact not the essence of the thesis. The problem that I see myself trying to solve is more of the type of "how do we prove that the approach is easy to pickup and learn from people without specific programming knowledge" I could build a "test sandbox" an unfinished puzzle level that each of the test subjects is supposed to complete by following a number of certain tasks. The taks will vary from simply adding a missing transition between two states, through correcting intentional mistakes in the logic, to designing entire state machines on one'e own. The evaluation will then be done based on the completion of the tasks. |
4 | How to break the feeling of busywork in a game I don't know if this topic has been explored before but in a handful of games I've played there comes a point where trying to explore everything, doing sidequests, or even trying to get gear starts feeling like busywork. That sort of feeling makes me less interested in the game, and I usually wind up either just stopping playing altogether or just breezing through the rest of the game just to get it finished and out of the way. This feeling seems to happen mostly with RPGs from my own personal experiences. How do you prevent activities the player can do (sidequests, exploration, item crafting, etc.) from feeling like artificial time padding or busywork? |
4 | Character coding programming Lately I tryed a few times to create characters for some games, but at some certain point (especially when collision detection came in) everything became messy and the interaction between chars, the world and certain items had a lot of bugs. So here is my question, how do you ussualy keep track of actions that your character is allowed to do, or more in general do you have some links advices how to set up a char efficiantly? I m working on a char right now, who should at least be able to run, jump, pick items up and use different fighting animations. Most ideas I came up with until now use some kind of action.priority action.duration system to determain whats possible and what not, or a "action manager" which defines for every action what is possible from that action on but it all doesnt work that well together. |
4 | Does this constitute as copyright infringement? Say there is a card game, and it has cards that arc out, and has certain types of memberships with certain features such as premium members being allowed to chat, or use private game rooms etc. If I, from scratch created a card game (for example, Hearts) that had similar arced cards, and had similar basic and premium memberships, but used all my own, graphics, sound, and theme, would this constitute as copyright infringement? Where is the line drawn for this sort of thing? Thanks |
4 | Alternatives to 'collecting coins' In the generic mario style game you collect coins as you go along your primary adventure (i.e. get to other side of the map). They usually offer generic additions like the ability to get extra lives and score. Other games like platformers use them additionally as currency for skins etc. Donkey kong 64 its bananas and they do something similar, only sometimes its linked to progression itself (banana medals). These all relate to collecting the same kind of item where touching them is all you need to do. Are there any examples or ideas applying the concept of coins (things you collect in a gameworld as you go along) to a more interesting game mechanic? For example in shooters I suppose it would be collecting weapons. In my case I'm specifically interested in what might be added to a top down 2d game. Whether they should be optional asides (mario coins) or more important to progression (banana medals unlocking maps)...I would look for alternatives more to the optional side. Looking more to the collection side of the mechanic. There's alot you could do with the money, but don't focus so much on that part. |
4 | Method for creating a next gen MMORPG out of thin air? Update August 2012 thank you all for your answers. I started small as suggested, creating first a Facebook Game about it, the next step will be to port it later on PC for a 3D version, and much later as a MMORPG as I would have build credibility and funding. The upcoming FB game will be done by Blup Blup Game Studio (my studio). Thanks. Original Question Background I am documenting since a few months a game design document (GDD)(sci fi amp fantasy MMORPG) all by myself, without any real game design background (I am just a Chartered Accountant (CA and CISA)). For now, it looks more like a proposal document. The question If you would have a series of amazing ideas that would revolutionized MMORPGaming how would you create that company out of thin air? Focus on creating the initial core team that would create the mockup that would be present to capital venture companies for major financing. You may not be financial expert here but you did a massive amount of games in the past, of various types and platforms. With our different backgrounds we are complementary. Cheers, Raistx P. S. Edited for a leaner question. Removed elements linked to money as it's not the core question. I know how to get money and convince cap venture CIES, but I need a mockup high pitch to do so. |
4 | MMORPG game balancing I've seen a couple of examples of some game balancing techniques in books yet they are not comprehensive and not particularly aimed at MMORPGs but I'm looking for practical examples of game balancing techniques for MMORPGs. I am interested to know if anyone has documented the techniques used in popular games with proven success in this area. Ideally, any resource would cover most common types of stats and include layman mathematical models or techniques used to balance game mechanics found in advanced MMORPGs (I know it's a clich , but WoW style) Any help would be great! |
4 | Does Pokemon use any deep A.I in battle? A Pokemon wild battle. The enemy may have up to 4 moves. I am wondering, is there any.. A.I going on here, or does the enemy simply take a random move and then executes it? Are there not any battle factors conditions that may change the enemy's behavior? I guess it makes sense to categorize moves by "Offensive" "Defensive" and or "Healing", and from there make choices depending on HP etc... dunno. |
4 | How to give the player the feeling of being chased by enemies and force him her to rush I have already asked a question about the difficulty progression in my endless runner game How to make difficulty progression in my endless runner game? Now I have to decided that it is a good approach to make the following Camera is always drifting up, slowly, but preventing the player from idling. If squirrels jump, the camera follows them and the spiders also update their position to be slightly below visible area. Their speed is a little bit faster than the camera's drifting speed, so the player will panic out of the fear of the spiders catching them. Something else? I want to make feel of constant chase by spiders and force player to run, make quick decisions and make mistakes. Player need to know exactly how close the spiders to squirrels are. P.S You can see earlier version of this game here http ludumdare.com compo ludum dare 34 ?action preview amp uid 66055 EDIT The problem is that spiders are always relatively close to player and distance between them and the spiders matters. Once spiders have left the visible area, player feels safe. Firstly, spiders run with constant speed and if the player runs a little bit faster, he is always in the safe area and doesn't see any spiders. The idea is to have player under pressure all time. The difficulty is that the visible area between the spiders and squirrels is small FINAL DECISION The final decision was made because of majority votes, and I suppose this answer suits for many games. But there is more than one good answer, and most of the answers are worth reading and implementing. That is what I am going to do. Thanks everyone for your great answers! FINAL NOTE you can check final implementation finding released game on market https play.google.com store apps details?id by.Ludum.Vaverki |
4 | Explicit difficulty selection without breaking the game flow According to the flow theory, in short, if the challenge is too hard, from flow state the player will go into an anxiety state, and if the challenge is too easy, he will go into a boredom state. This is fixed with dynamic difficulty, where a system tracks the player's performance and adjusts the difficulty. But what about explicit difficulty selection which is often seen in shooters (Easy, Medium, Hard)? With such predefined difficulties, the challenge will always be either too easy or too hard, won't it? Therefore we cannot achieve a flow state, and following that, an immersion into the game is less likely. How do we fix this? |
4 | How to design rating (leaderboard) I have a quiz online game. For each game there is a prize (number of scores). Now I have three ratings top for the last day, top for the last week, total top (based on the sum of scores). Sum is not bad, but there is an issue the more you play (even with bad results), the higher you are because more games leads to more points. I want to build a new rating, that takes in account not only sum of scores, but performance in games to. Just an average prize is not a good idea for me, because it means that winner of a single game will be higher, than a person who won 9 games and got not maximum score in the last one. Do you have any ideas experience, what formulas could be used? Thanks. |
4 | How do I make voting to kick a "leader" player fair? My game has many rooms of around 10 people where they compete. It's basically one big guy against the other small 9 people. However, sometimes the one guy will intentionally 'troll' and make for an unfun game for the other 9 people. These people would like to kick the one guy to replace him with one of the other 9. If the vote was required to be unanimous (other than the guy being kicked), then him just having one friend in the game would prevent the vote from passing. Likewise, if you did unanimous minus one, then two friends could stop the vote, etc. There there is the issue with small rooms. If a room has only two or three people, then one guy can trivially kick other people. Has any research been done for optimal votes required to kick someone from a room depending on how many people are in the room? |
4 | Ways to present levels overview I'm working on a game that will have lots of (more than 100) levels. The player has to finish a level before she can play the next one, but also can play levels again that are already finished. Now I'm looking for ways on how to present an overview of the levels to the player. A simple list (with a small graphic showing the level) is of course a possibility, but I wonder what other, perhaps less boring, ways there are. |
4 | What to watch out for when creating a autobiographical game? I plan to create a game which depicts various events from my life. During these events, some people I know do not appear in a very positive light. I am afraid that these people might feel that it is an infraction on their personality rights. I also plan to unveil some of my own actions which they didn't know before and which could make them angry if they knew of them. The story of the game as I currently plan it will be written in a way that if they know I made the game, they would realize that they are the ones depicted. Even if they have different names and appearance. But despite these risks I feel that this project is important for me and might help me to cope with some events from my past. What should I watch out for when I write and publish the game to make sure I won't ruin my relationship with these people? |
4 | Where could I look online to learn about being a game designer? I'm interested in being a video game designer but I know next to nothing about how to do what ever it is I will be doing as a game designer. Could you offer any advice of a good online area where I could learn about the basics of game designing and later on the more complicated information. |
4 | How should the player unlock things? Imagine a mobile phone game that is meant to be played in short sessions (5 10 mins). You can choose one out of many characters, and each character slightly alters the way the game plays. Those characters are all locked and have to be unlocked by purchasing them with in game money. Should the player be able to choose which one to unlock? Besides the obvious benefit of being able to choose who you want to unlock, the downside of this method is that players often end up having choice paralysis With tons of characters to choose from, the player will just not bother reading every character's pros and cons and make a choice. Should the player just be able to unlock a random character? This is a more casual friendly method, as the player will just spend their in game money without thinking because there's no other options. The downside of this is that paying for a character that doesn't suit your playstyle may feel bad. Other solutions? Maybe you have another solution on your mind? Note that some characters make the game more high risk high reward, aimed for veteran players, while other characters just make the game easier to play. |
4 | How to handle RTS Click And Move in 3D Space? How can I handle the click and move in a complete 3D space? It is easy to handle on a 2D plane by a simple raycast, but this is not the case in 3D since there is no end plane for a raycast to get an end point. I have two ideas in mind Do raycast, then allow player to select distance on the ray by another input (mousewhell, for example). Instead of complete 3D, have multiple "layers of height", so player can change the height layer before ordering the move. What are your thoughts? |
4 | How would you code an AI engine to allow communication in any programming language? I developed a two player iPhone board game. Computer players (AI) can either be local (in the game code) or remote running on a server. In the 2nd case, both client and server code are coded in Lua. On the server the actual AI code is separate from the TCP socket code and coroutine code (which spawns a separate instance of AI for each connecting client). I want to be able to further isolate the AI code so that that part can be a module coded by anyone in their language of choice. How can I do this? What tecniques technology would enable communication between the Lua TCP socket coroutine code and the AI module? |
4 | Can one build a game based on something that already exists and make money off of it? Possible Duplicate Is it legally possible to make a clone of the game? I was planning on producing a game but then I had to stall. I have an idea to make a game, but its very similar to a game already out there. If I made my own graphics, audio and use my own code, would I be allowed to sell it? |
4 | Game Mechanics Suitable for a Game about Issues of Immigrations So, I'm working on a video game design concept, dealing with the problems of an immigrant family and how they will try to blend in the society. The universe is a fictional universe. I was wondering what game systems mechanics genres are suitable for such a concept? How can I use the mechanics in a sense that will be coherent with the narrative that I'm trying to tell? |
4 | How to achieve "Perfect Imbalance" I've heard the term "perfect imbalance" thrown around a lot, which seems to imply that it is okay for different game options to be strictly superior to others as long as the 'better' options require more player skill to use. What strategies does one employ, generally, to achieve this? And am I even understanding the principle correctly? |
4 | How can I make space recognizable and easy to orient in? I'm thinking about making a game set in space, that would feature very large, procedurally generated game world (many stars, planets and what have you). However, I foresee a big problem cosmic space is mostly featureless. It's almost the same everywhere the same black emptiness with stars. This is obviously bad. A large game world must be different in different places, so that the player can understand where she is, and how to get where she needs. What can I do to make different, recognizable places in space? The game I'm envisioning is 2D (a bit like Space Rangers), with space pictures used only in background. However, I'm interested in any techniques, 2D or 3D. Clarification What I need here is not just ability to orient in game space, but rather having different places so that the game feels more interesting. Here's an example imagine any space trading game (like Elite or X or whatever). You visit different star systems, but they're all generally alike a dock to repair refuel, a shop to trade, a bar to take missions contracts... Some Tau Ceti III differs from KZ'ish VI mostly by name. I believe that every place, or at least most places that player visits should be different from each other, and immediately recognizable, so that player has a sense of wonder and discovery as she explores the universe. Of course, making every star system a full fledged 3D level with its own visual style would work, but that's prohibitively expensive even for a big budget game. Are there any other ways to achieve this wonder and discovery? |
4 | Why are spherical worlds so rare? I remember back in the 90s when X Com came out, being really impressed by the way its world map was an actual world a map of Earth drawn on a spherical surface. That was pretty cool, because I had never seen it before. And now, thinking back... I can't recall just off the top of my head ever seeing it again, with the obvious exception of X Com Terror From The Deep, which used the same engine. Most games that have an entire planet world map either use a rectangle that wraps around at the sides but not the top and bottom (a cylinder), or a rectangle that wraps around at all four edges (an impossible geometry that some people call a "torus", even though it can't actually represent a real torus.) And that makes me wonder why. What difficulties does attempting to build a spherical world map for a video game raise, that it's so incredibly rare to actually see it done? |
4 | Turn based board game server references? Are there any good references books to recommend about how to build a turn base game server? It's something like a chess server for pairing chess players and keep game states. In the past, for example the IGS (for go, weiqi) is a socket based implementation. What are the available contemporary technologies to learn from? Thanks! |
4 | What makes a good jump scare? I am working on a game and would like to include a few jump scares. So here is a rather simple question What makes a good jump scare and when and how should they happen? |
4 | What is "convexity" in the context of game design? I have overheard game designers mentioning something called convexity in games. This seems to be a game design specific concept, different from (although possibly related to) that in geometry or game theory. Unfortunately there are very few sources online mentioning it, let alone a definition. From what I could gather, it has something to do with player choices. So what is convexity? How does it manifest in a game? What's an example of it, or the lack of it? Is it a good thing, a bad thing, or if it depends, when is it good, when is it bad? |
4 | How to resolve combat of stacks of units to mitigate numerical advantage I just started designing an strategy game where player's armies consist of stacks of units. For my design I was aiming to reproduce the following behaviour for a full combat of multiple turns (for simplicity assume both stacks are the same unit) 1 vs full stack the single unit is killed, the full stack hardly notices. half stack vs full stack the half stack is killed, the full stack sustain noticeable damage. almost full stack vs full stack full stack wins but gets almost wiped out. If randomness is involved, any of both may win, although the bigger one has statistical advantage. My first approach was to add up the stats and treat each stack as a single unit, resolve the combat and then calculate how many units are killed. That didn't produced the expected results, as even the slight numerical advantage in one side produced it to win by a huge margin. The reason is that after each turn, the bigger stack would kill more enemies than the smaller, widening the power difference for the next turn. This different increases exponentially until the smaller stack is quickly obliterated. As a second approach I treated each unit in a stack individually for the combat (something that I wanted to avoid), which produces much better results. However now I have many choices about how to resolve the combat. Should it be a series of 1 vs 1 or should I allow units to gang up on others? Should I pair each evenly or randomly? Should I leave extra units unpaired as "reserve", or all units should fight at least once? |
4 | Where could I look online to learn about being a game designer? I'm interested in being a video game designer but I know next to nothing about how to do what ever it is I will be doing as a game designer. Could you offer any advice of a good online area where I could learn about the basics of game designing and later on the more complicated information. |
4 | Anyone know the frames per second that IOS apps run? Anyone know the frame rate that iphones, ipads, and even android mobiles run? |
4 | Good recent examples of educational games? I'm looking to make an educational game. I know they have a horrible reputation, but I still think there's a future for them. Unfortunately, it seems to me like most educational games were in the 90s. Does anyone know of any recent, semi decent educational games? I'm specifically interested in teaching a subject (ie, Chemistry) rather than a skill (ie, typing). I know there was this question How do I make educational games engaging not boring? But it was over 5 years ago. |
4 | Is it possible to design a multiplayer game which can be played from different devices? I want to design a online multiplayer game for all gaming devices e.g. Desktop PC, Internet browser, Android phones, Android tablets, iPhone, iPad, XBOX 360 etc. Now my main requirement is that, I want all devices can be used to play the game in multiplayer mode together i.e. One player can be connected using PC another using Android phone and other may be with iPhone or iPad. My doubts are How to make all devices to connect to common game server? What will be the logic for graphics and texture because all devices screen will be of different aspect ratio? |
4 | How many achievements should I include, and of what challenge? I know this question is fairy broad and subjective, but I'm wondering if there's been any published research into what an optimal number of achievements is and what kind of challenge they should present. The game this question directly relates to is a shoot em up, but an ideal answer is fairly theoretical. If there are too few achievements, or they are not challenging, I would expect they would fail in their goal to keep people playing. If there are too many, or they are unreasonably difficult, I would expect people to quickly give up. I personally witnessed the latter happening in Starcraft 2 a section of the achievements would have you win hundreds of games against their AI opponents (boring!) |
4 | Is there a name for this kind of mini game? (cursor moves on a bar, press key in part of the bar to win) Today I played a game which has a mini game in it, basically it looks like this here's a bar and a cursor moves back and forth on it ( cursor quot quot moves in this direction gt ) ( when the cursor reaches the end, it goes back lt ) If I hit a key when the cursor is on the specific part of the bar (which I used the quot quot sign to represent), I win. Otherwise I lose. This kind of mini game is pretty common as I've seen many variant of it in a lot of games, yet I don't know the name of it. Does it have a name? What's the origin of it? EDIT There's an answer mentions QTE. Well... I'm aware of that and I don't think this mini game belongs in that category thus I avoided using that term. Here's the reason for that QTEs have time limits, after all it's Quick time event, this kind of mini game I'm asking about usually doesn't. Well, I've seen variations of it that does count as lose if you didn't hit the key in some amount of time, it's not the main focus of it. Unlike how QTEs are all about testing player's reflex, this kind of mini game is all about precision, as seen in many rhythm games. However, it doesn't necessary have any audible cue like rhythm games do, it's all about learning the pattern speed of the moving cursor then press the key at the right time. It's not about how quick you can press a key, but when to press the key. Hence I don't think this counts as a QTE. |
4 | What tools software are used to make the environments levels maps in games? This question has probably been answered before but I've not been able to find the answer, since I'm not able to frame the question with brevity. So the whole question is The worlds levels that you see in games like Crysis, Assassin's Creed, etc, what do the designers and developers use to create them? Do they use the tools present inside the engine (whether proprietary or in house) or a separate software that exports these worlds as an importable object for the game engine to use to load models into it, etc? I know this is a very general question but I have been curious regarding this for some time. I have used Unity in the past and it had a terrain toolkit that could be used to make the terrain, and I'm pretty sure it had completely to do with my lack of skill but I wasn't even close to making an environment that looked like the ones you see these days. |
4 | Should input be per frame or per update? I'm implementing a GUI system to look around a 2D tile based world. At the moment, I'm updating it every time the mouse moves (which happens to be per frame, since that's when it polls for events). However, I'm wondering if implementing it per update (by taking all input events, averaging them out, then deferring them for processing until the next update) would be better. I figure it would make the GUI feel more consistent but at the cost that it may not be as responsive (since I can't interpolate the movement without the controls feeling "sticky"). In terms of creative a better interface, which should I go with? What do games normally go with? |
4 | Shot em up! Vertical or Horizontal "side scrolling"? Question it s about quot Shot em up quot style game (For example Tyrian) also known as Top Down shooters. These games in the past mostly exist as top down concept, it means player object can move from the left to the right and enemies start appearing from the top of the screen and moving down to the screen. This concept was probably picked due to the monitors aspect ratios in the past where was most spreaded 4 5. Also this concept are very popular on mobile phones, because is sometimes more user friendly not using landscape mode when playing. There was a very little titles, when the concept Top Down are changed Right left It means, player object is on left screen side and moving Top and Down, and the enemies moving from right to the left. Also, there is almost no titles on desktops when current aspect ratios are mostly 16 9. Even if some new Modern Shot em up is released, mostly pick the Top Down concept. And my question is, is there any reason for that on Desktops target platform? I think for the current monitor aspect ratios 16 9 Right Left better fit the gameplay and user experience. Or Am I missing something? |
4 | Is there a purpose behind the tediousness of most MMO RPGs? As most of you probably know a lot, if not all, MMO RPG games have some element of "tediousness" in them. By "tediousness" I mean elements in the gameplay that feel both unpleasant and needlessly complicated or long (note that grinding is simply unpleasant and therefore I do not include it in this question). For example introductory quests. I don't mean the idea of introductory quests, which I think good. I mean their implementation. For example in some games, where you can have several characters per account, each time you create a new character you have to go though the same introduction. You are not offered the option to skip it, regardless that you might already have a high leveled character. Surely there must a point to this? For another example in some games the introduction is needlessly long. It could take an average player a few days to get past it, it doesn't add anything storywise and the game concepts have long been explained by the time the player reaches even half. What is the rationale behind putting the player through all this, instead of giving him the option to skip the intro and or making it only as long as it needs to be, etc.? |
4 | Design Document Contents What is the minimum content that a game design document should have? |
4 | What should the data structure of a flexible ability system look like? Hi guys I am currently working on a turn based RPG that will require me to create numerous abilities with little overlap. I've been looking to other games to see how their ability and combat system is design and has run into issues regarding the data structure. For the purpose of this question let's look at Pokemon RED amp BLUE's ability system. Here are a few things that abilities can do Target User or Target Enemy or Both (i.e. Self Destruct) Has an Accuracy Value Has 1 2 Element value Has PP Value Is either a Special or Normal attack type (determines which stat is used to calculate the damage value.) Increase Decrease a primary Stat for the battle (ATK, DEF, SATK, SDEF, SPD, LUK) Increase Decrease overall Accuracy of the target by X for Y turns (or the entire combat.) Increase Decrease overall Evasion of the target by X for Y turns (or the entire combat.) Deal Damage to Target for X amount (Where X can be based on calculated from the ability's base damage value, or using the damage taken that turn i.e. Counter) Heal the Target for X amount (Where X can be based on calculated from the ability's base power OR based on damage dealt by the ability, i.e. Absorb) Skips X Turn (i.e. Dig) Critical chance X for this attack. Has X chance to apply Status Effect Y (Y being Burn, Confuse, Sleep, Poison, etc) 1 Hit KO Target Cannot be hit for X turn (i.e. Dig) Hits X times (Taking the ability's Accuracy value into account each time.) Forces the attack to happen first Forces the attack to happen last I believe there may be many more. Now, Pokemon abilities can manifest a combination of any number of the above properties, usually no more than 3 4. For example Counter Skip 1 turn and deals damage to the enemy equal to 2x the damage received that turn as long as it's a Normal or Fighting move. Dig Skip 1 turn, cannot be attacked that turn, deal damage next turn. Absorb Deals damage, at the same time heal the user for 1 2 the damage dealt. Self Destruct Kills self and deal huge damage to the enemy. Comet Punch Hits the enemy 2 5 times (each time the hit chance is 85 ) As you can see, this gets quite complex. The examples cited above are just a few of the abilities that the game have and with those capabilities, it's possible to create quite a varied set of abilities that do not overlap. The problem I am facing is 2 folds How would I design the data structure that would allow me to keep adding new abilities like this into the Database after the system has already been written? How would the combat system actually handle the data once it's pulled out? I assume that it will have to involve some form of scripting... and unstructured data structure like NoSQL so some abilities can have some things and some do not (like skipping turns.) However, how is this normally done? Do I store each ability as a blob somehow and handle them differently in code? That also means that the code MUST be able to handle ALL possible combinations (which will make the combat system extremely complex and time consuming to build?) Or did Pokemon just hard coded all the abilities (which seems quite impractical?) Here's what we currently have for our ability data structure (in JSON) "name" "Ability Name", "accuracy" 0.85, "base" 50, "type" 0, (0 normal, 1 special) "target" 0, (0 self, 1 enemy, 2 both) "PP" 30, "element1" 1, (0 16, for each element) "element2" 2, "blob" ... This will allow for something like the above, but the code would still have to handle all the possible combination of the blob. Would my understanding be correct here? Any insight would be extremely appreciated. P.S. If this question need to be reworded somehow to make it clearer, please let me know... it's an extremely complex problem so I did as best I could, but would appreciate feedback. Thanks! |
4 | What elements are indispensable to players of a tactical strategy game? Tactical strategy games typically involve area capture control, unit building, terrain effects, various specialized unit types. Some will include resource gathering management, unit customization advancement, experience benefits for units, tech research trees, and commander powers. Many are turn based to allow careful planning, while others are real time. Some have movement and targeting restricted by a grid, while others calculate rate of speed and distance and in the case of 3d or pseudo 3d arcs of fire in vertical elevation. A few have side quests, a plot story line possibly branching, and an overall theme or genre of some type (sci fi, fantasy, modern, etc). User interface elements are also critical to consider. Of these elements, and any additional elements not listed that can be thought of, which are the most indispensable? Which elements make or break a game, and keep you coming back or drive you away? Please provide only the top three answers with supporting explanations and references, if available. Should platform impact the answer, please assume a game developed for both mobile devices and computers. |
4 | Can inflation exist in a fixed price Mmorpg world? Assumptions Crafting materials are infinite. Limit is player boredom. Players can only trade through the auction house. All prices are fixed. Players cannot decide arbitrary prices. Goods in auction house stay stored for infinite duration and cannot be withdrawn by auction creator (except if he pays 100 item price 10 auction fee). Sell algorithm is FIFO (First item placed by any player is first item sold). Crafting and gathering professions have a cool down of 10 craft points per day. Questions Points to talk about All players will be happy, fair 100 prices, scam free, no need to play stock exchange market to make a profit through crafting. New Players would have the same experience even if they arrive too late to the game. Money never loses its value, you could store money in a bank, arrive after 10 years to the game and buy everything at the same price. In contrast in WOW, a simple copper ore was worth 10 silver at the game start and now has ended as 200 silver. That's 2000 inflation. By having fixed prices, you guarantee that even if all players in the universe have 99999999999g in their pocket, the goods are worth the same. So that's guaranteed 0 inflation. Hackers may cry all they want, but goods prices will never change. Why didn't WOW Diablo III used this model? They would have become billionaires with the 10 money grab technique. Btw my previous question on economy overflow was never answered, probably that site is dead. https economics.stackexchange.com questions 14609 understanding inflation in a video game |
4 | Investigation stage before starting a game I was thinking about how to organize the stage about getting informed about whatever game is needed to develop, what would others do. For example, if I wanted to develop a game about car racing, I should figure out all the factors during the race, from the car factor to the pilots, etc., environmental factors like weather, circuit conditions, etc. How does one manage this stage? Thanks. |
4 | How can I control how quickly a character levels up in an RPG? I am working on an RPG and I've mostly followed formulas from the Dragon Quest series and they've all been fairly simple. (For example, dmg (Attack 2 Defense 4), where Attack is Weapon Power STR.) Experience points are more complicated though. I want one of the characters to level more slowly compared to the others. I'm not comfortable with the maths, but how would I go about creating a suitable exponential growth formula that is slow from let's say levels 1 through 40 and then speeds up to 99? |
4 | Which purpose do armor points serve? I have seen a mechanic which I call "armor points" in many games Quake, Counter Strike, etc. Generally, while the player has these armor points, he takes less damage. However, they act in a similar fashion that health points do you lose them by taking said damage. Why would you design such a feature? Is this just health 2.0, or am I missing something? To me, armor only makes sense in, for example, RPG games, where it is a constant that determines your resistance. But I don't see why would it need to be reduceable during combat. |
4 | Should I store game settings in my game data class? I'm working on a small ish 2d fixed shoot 'em up for iPhone. I have a master Game object that stores lives, score, current level, etc... The game will have some other persistent attributes like Music and Sound mute state, difficulty level (easy, medium, hard). Should I put those attributes in the Game class or should they be on their own? What's the rule of thumb to decide how to partition attributes among classes? |
4 | What are good ways to find collaborators for a coding weekend? Not sure if this belongs here, feel free to push it somewhere else if needed. When i was at university we would sometimes come together into a room full of beer and fast food and crank out software in a weekend. Unfortunately the group has kind of split up and its just not possible any more. My question is now Where can i find like minded people on the Internet that would like to do something like this? I have an idea what i wanted to do next, but of course other people have ideas too. |
4 | What are good questions for design interns? I've recently been interviewing design interns and been pitching what I consider fairly easy practical design questions to measure their skill level. I've been shocked by poor quality of answers. Now this may be the quality of the applicants. What questions do you ask an entry level games designer to probe for their skill level? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.