I forgot how tedious signup forms are. OpenID or facebook/twitter login?
This Post Took 3 Years to Write
61–65 of 65 posts
Re: This Post Took 3 Years to Write
#62"Like who you work with: In life, and in business, surrounding yourself with people you enjoy makes difficult times easy." A very underrated statement. This really matters. No matter what you do in life, it always comes down to the people you do it with. E.g. People don't leave a company, they leave their boss. People don't leave a marriage, they leave their spouse etc etc.
Re: This Post Took 3 Years to Write
#63Re: This Post Took 3 Years to Write
#64Played the game, it is very good. A couple of points, - I was also confused by the end turn button. - Is there time limit on the move? It wasn't very clear to me. -It wasn't clear to me that traps affect friendly units (A warning would be good.
Re: This Post Took 3 Years to Write
#65Great game! Do you have short overview of what you used for making this game (frameworks, database, hardware, etc.)?
Sure - I can speak to that a bit (there's a bit more information in an interview we did over at: http://blog.nodefly.com/post/49780591448/nodefly-buzz-atomic... ) We're currently running an all javascript (coffeescript) stack. In the backend we have a variety of node.js servers. We have the following "types" of servers: - Metagame: handles our web api requests - Game: handles all the game logic, on the server. no cli…