Skip to main content

Questions tagged [games]

1 vote
3 answers
239 views

Note: This question is not about this particular instance of this grid with these exact words, but about any combination of words. I am programming a puzzle game where you have to arrange a grid of ...
Florian Walther's user avatar
-2 votes
1 answer
1k views

These are my class designs: I also have Controllers where I can create table, create users add users to table, deal hands simulate user bets using PostMan (Above classes are game engine classes, I ...
Sunuba's user avatar
  • 21
2 votes
2 answers
484 views

I am designing Classic Snake game using OOPS.I will have the following classes at top level : Game { Board board, Snake snake; } Board { Cell cells[]; } Cell { int x, int y, ...
stkUser's user avatar
  • 81
0 votes
0 answers
109 views

I'm trying to write a program to play a simple multiplayer (it's safe to assume less than 10 players) game where each player has a number of resources. Every turn the players make decisions that ...
DutChen18's user avatar
  • 117
-2 votes
3 answers
1k views

I have very little experience in this area, so sorry if I use any incorrect terminology or if this is a stupid/simplistic question in general. But from what I understand, when a developer wants to ...
Mike S's user avatar
  • 107
0 votes
1 answer
173 views

I researched a lot about game loops but most of the explanations I found credible also stay at a high level. I still don't understand the functionality of the components in a game loop. Let's consider:...
Daniel Stephens's user avatar
2 votes
3 answers
2k views

I'm trying to remove some restrictions programmed into a game like Sims 3 but some features like age restriction are hard-coded in the game's code so I read some tutorials and I found out that it's ...
The Game Master's user avatar
-2 votes
1 answer
198 views

How a HTML5 game can be buyable? I mean, if it is HTML, even though you obfuscate the code or apply encryption, the whole html and javascript is already on your browser means you already have the ...
Prachi Joshi's user avatar
0 votes
1 answer
141 views

I'm making a online game where I need to preserve some things for the players so each will have an account. However, I don't want to get into the business of storing user created passwords since that'...
user441521's user avatar
1 vote
1 answer
157 views

UncommentatedPannen's (pannenkoek2012) newest video describes a glitch in the Nintendo 64 game Super Mario 64, which allows an object to push Mario out of bounds, which isn't normally possible, by ...
0xFFF1's user avatar
  • 165
-2 votes
1 answer
380 views

I've made a program to play TicTacToe against a human using a Monte Carlo Tree Search (MCTS) with UCB1 for node selection. The program will play moves until it wins but it will not make any attempts ...
Amja's user avatar
  • 113
1 vote
1 answer
567 views

I'm trying to debug my MCTS implementation for TicTacToe (it doesn't block obvious wins for the opponent). I was wondering what the algorithm should do if it expands to a node which is a game over ...
Amja's user avatar
  • 113
2 votes
0 answers
964 views

I'm trying to build a strong AI for a game called Puyo Puyo, in Matlab (I know... but it's the only language I know well). Basically it's like Tetris but you get falling pairs of 2 puyos (blobs) of ...
BrouH's user avatar
  • 29
2 votes
1 answer
2k views

Before you read any further, assume you know what sudoku game and how to go about solving it. So I have created a sudoku solver with brute-force: The algorithm goes as calculate(through an simple ...
j4rey's user avatar
  • 121
1 vote
1 answer
465 views

So I know that matrices are used extensively in the field of games and 3D graphics, for example, you need to know how to do matrix multiplication if you want to understand how scaling an object works, ...
Jimmy_Rustle's user avatar

15 30 50 per page