12 years, 4 months ago
Highlights
Assuming you want to make a simple game using HTML and Javascript, is there any reason you can't do it locally on your own computer, instead of going out and buying a domain nam…
12 years, 4 months ago
12 years, 6 months ago
public void scrollUp() { if (scroll_index <= 0) return; scroll_index--; refreshContentsPosition(); } public void scrollDown() { if (scroll_index >= contents.Count() + (2 *…
13 years, 4 months ago
I've been working on a game engine for about a year now, but I still feel like my solution to layer/depth management isn't elegant or robust enough. Currently, I have th…
13 years, 10 months ago
So I've been working on a game for a while with my team using XNA 4.0, and the time has come for us to start thinking about our planned iOS and Android ports. How exactly do…
14 years, 6 months ago
Latest Activity
See all in DiscussionsAssuming you want to make a simple game using HTML and Javascript, is there any reason you can't do it …
12 years, 4 months ago
As others have said, if you're bored then you need to do some brainstorming. What kind of game do you …
12 years, 6 months ago
public void scrollUp() { if (scroll_index <= 0) return; scroll_index--; refreshContentsPosition(); } public void scrollDown() { if (scroll_index >= contents.Count() …
13 years, 4 months ago