Live data from Hacker News

Perfectstorm: RTS written in Common Lisp using OpenGL

erleuchtet.org

11–15 of 15 posts

Re: Perfectstorm: RTS written in Common Lisp using OpenGL

#11
Nice to hear of a work on a smart AI.

I've had the same ideas, that the situation with AI or any scientific tools in the gaming mainstream is unsatisfactory. I had to deal a lot with AI air traffic control in MSFS2004 and it was noteable that they abandoned it's development as soon as it was able to do all the chain of basic operations from taxiing and takeoff to approach and vacating the runway. The real-life ATC are always sloving an optimisation problem, which is the most crucial at approach. Of course, AI ATC doesn't care to optimize anything and may make a poor a/c go around forever.

One problem with AI is that it can't be estimated quickly by game reviewers. It takes much time to notice it's patterns, probably it takes to complete all the missions up to the end. As a result, AI quality doesn't affect game's grades much enough to care about it.

Another thing is that many game developers are good at algorythms and programming, but not (if at all) at game theory, and social math theories (like evolutionary dynamics), and optimal control.

Re: Perfectstorm: RTS written in Common Lisp using OpenGL

#13
post #12

This is fantastic. RTS game design is antiquated and severely bloated (partially from developer laziness and publishers not wanting to invest money into the genre since it's relatively niche and not a big seller on consoles).

Yep. I see Flash games as the only chance for the industry. There's no chance a fantastic game like N http://www.thewayoftheninja.org/n.html could go through today's major publishing channels. Big games of today are just more artists, more polygons, more levels. Nobody's going to make the next LOOM http://members.chello.at/theodor.lauppert/games/loom.htm except Flash devs.

Re: Perfectstorm: RTS written in Common Lisp using OpenGL

#14
post #12

This is fantastic. RTS game design is antiquated and severely bloated (partially from developer laziness and publishers not wanting to invest money into the genre since it's relatively niche and not a big seller on consoles).

Yep. I see Flash games as the only chance for the industry. There's no chance a fantastic game like N http://www.thewayoftheninja.org/n.html could go through today's major publishing channels. Big games of today are just more artists, more polygons, more levels. Nobody's going to make the next LOOM http://members.chello.at/theodor.lauppert/games/loom.htm except Flash devs.

Games won't be able to compete on art and graphics for long. Look at Crysis--it's nearly photorealistic. Once the curve of graphics improvement reaches its asymptote, developers will have to start innovating on gameplay.

Re: Perfectstorm: RTS written in Common Lisp using OpenGL

#15
post #7

I really like the pathfinding screenshot! I wish there were more games that exposed their internal operation or made it part of the gameplay. It seems like many hacker news readers would enjoy a game in which you assemble an AI in competition with other AIs -- what I'd like is a game that allowed you to do that with varying levels of abstraction. A nice API for an RTS engine would make that possible, I guess. And, on…

"It seems like many hacker news readers would enjoy a game in which you assemble an AI in competition with other AIs -- what I'd like is a game that allowed you to do that with varying levels of abstraction."

A research project in neural networks for games called NERO at the University of Texas is along the lines of what you are talking about:

http://www.nerogame.org/

Post reply on HN