-
as seen on Game Development
- Search for 'Game Development'
I'm trying to come up with ideas for games to develop - as per the advice on this question I've started jotting down and brainstorming my ideas as I get them, and it has worked relatively well - I now have a growing collection of ideas that I think are relatively original.
The trouble is that I'm…
>>> More
-
as seen on Game Development
- Search for 'Game Development'
Please, look at this GIF:
The label on the animation says "Move button is pressed, then released". And you can see when it's pressed (and player's getCenterY() is above wall getCenterY()), gravity doesn't work. I'm trying to fix it since yesterday, but I can't.
All methods are called from game…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I recently enrolled at a community college for game developement. But I am skeptical about the circulum. I have no experience in the gaming industry so I wouldnt be able to tell rather its a good investment or not. So I am asking you.
I dont want to get too much into detail of all the classes I am…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Call main.lua script at each game loop iteration - is it good or bad design? How does it affect on the performance (relatively)?
Maintain game state from a. C++ host-program or b. from Lua scripts or c. from both and synchronise them?
(Previous question on the topic: http://stackoverflow.com/questions/2674462/lua-and-c-separation-of-duties…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am developing a Java application, well, it's actually a small game. I want to build up the application as follows: when it starts, a window should appear which has a menu with four choices: 'Start game', 'Options', 'Highscores' and 'Quit'. If you then click game, the game starts, preferrably in…
>>> More
-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
Want to win a trip to TechEd 2011?
INETA NorAm is hosting a contest with our partners to see who can build an .NET application making effective use of reusable components to solve a problem.
The Rules:
Any .NET Application (WinForms, ASP.NET, WPF, Silverlight, Windows Phone 7, etc.) built in the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Here's my (code golf) challenge:
Take two arrays of bytes and determine if the second array is a substring of the first. If it is, output the index at which the contents of the second array appear in the first. If you do not find the second array in the first, then output -1.
Example Input:
{ 63…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Okay, so this question here asked which language is most like executable pseudocode, so why not find out by actually writing some code! Here we have a competition where I will award a 100 point bounty (I know its not much, but I am poor after the recalc) to the code which most resembles this pseudocode…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I just came across this little problem on UVA's Online Judge and thought, that it may be a good candidate for a little code-golf.
The problem:
You are to design a program to assist an architect in drawing the skyline of a city given the locations of the buildings in the city. To make the problem…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I would like to be able to automate creating spreadsheets and adding data to an OpenOffice spreadsheet using a script (any scripting language is acceptable - PowerShell, Python, or even JavaScript).
What is a suitable library or tutorial?
>>> More