Tagged Questions

1
vote
4answers
130 views

What 3D graphics framework should I use for a real world game engine.

Hello, I'm a C++ programmer with very extensive server programming experience. I'm however fairly bored at the moment and I decided to tackle a new area: 3D game programming, for l …
4
votes
9answers
244 views

Flash games hack, score is 49700?? How to improve flash games security?

I have 2 flash games (written in as3). Both the highscore value being hacked. The normal range of each game score is not more than 5000 (normal users, will only get 2000 - 3000 poi …
2
votes
5answers
114 views

Tic Tac Toe Design Pattern

Hey everyone, I was wondering if I could get your thoughts and advice as to what would be the best/most advantageous design pattern for a networked Tic Tac Toe game? I have been …
0
votes
3answers
89 views

Beat em’ up game space management ?

Hello, I am in the process of making my 2D engine for a Beat'em Up game (Castle Crashers is what I call Beat'em Up or Brawler kind of game ). I will support 2D sprites and 2D par …
1
vote
3answers
89 views

Where to learn about enemy game algorithms (like Starcraft/Warcraft)?

I would like to learn about games (strategy) algorithms especially about how do enemies algorithms works ? Is there any good place for beginners?
1
vote
2answers
28 views

C# ASP.Net BlackJack/CardGames Reference

Hello. I want to build a card game in C# ASP.Net. Something like blackjack or solitaire. Has anyone any ideas on how to go about doing this or any references I could refer to? B …
1
vote
4answers
167 views
0
votes
3answers
64 views

Javascript Game: What should i know?

I am thinking as a challenge i should write a javascript based game. I want sound, images and input. A background to simulate a screen (like 640x480 with all my images in it) would …