public marks

PUBLIC MARKS with tags 2006 & book

January 2008

December 2006

March 2006

Helios Pong - Edge Online

by bcpbcp (via)
In his book Out of Control, author Kevin Kelley describes a Las Vegas conference room where a crowd of 5000, led by Pixar co-founder and Rescue on Fractalus co-creator Loren Carpenter, learn to adapt and react as a hive mind as they play a game of 2500 on 2500 Pong. Each half of the auditorium took collective control of each side, registering their individual intent to move in a certain direction with the wand. The input led to a computer, which averaged and relayed the moves to the game, with initially disastrous but eventually workable results.

The 20' By 20' Room: John Kirk's Design Patterns of Successful Roleplaying Games

by bcpbcp (via)
John Kirk has written a book, Design Patterns of Successful Roleplaying Games, in which he tries to catalogue successful game mechanics, why they work, and when (and when not) to use them. Design patterns are a communication tool from software development -- the idea is that successful projects will tend to have recurring patterns, and that by naming and describing them and the situations that call for their use, we can make it easier to turn tacit, experiential knowledge into a teachable skill.

IndieGameDev :: New Book: Physics for Game Programmers

by bcpbcp (via)
Physics for Game Programmers shows you how to infuse compelling and realistic action into game programming�even if you don�t have a college-level physics background! Author Grant Palmer covers basic physics and mathematical models and then shows how to implement them, to simulate motion and behavior of cars, planes, projectiles, rockets, and boats. This book is neither code heavy nor language specific, and all chapters include unique, challenging exercises for you to solve. This unique book also includes historical footnotes and interesting trivia. You�ll enjoy the conversational tone, and rest assured: all physics jargon will be properly explained.

The Game Chair » Indigo Prophecy - First Play

by bcpbcp (via)
Have you ever been curious about a book or movie and picked it up on impulse, despite knowing little to nothing about it, and then been just taken with it? Sometimes not having set expectations before experiencing something just makes you appreciate it that much more. Now, obviously I am talking about “Indigo Prophecy”, a game and not a book or movie, but usually I’m not so loose with my money as to drop it on a game that I have not researched carefully on the Internet. Fortunately, within the first couple minutes of game time I could tell that my 6th sense (game-sense) was still up to snuff.

February 2006

[ Cyber Shack ] Scott Jennings

by bcpbcp (via)
This week we're talking to Scott Jennings, a man better known as Lum the Mad. He's just released his book Massively Multiplayer Gaming for Dummies, and we talk to him about the world-wide phenomenon that is online gaming.

Blind Watchmaker Applet

by bcpbcp
The Blind Watchmaker algorithm was conceived by Richard Dawkins and is described in his book The Blind Watchmaker. The Blind Watchmaker applet is easy to use and demonstrates very effectively how random mutation followed by non-random selection can lead to interesting, complex forms. These forms are called "biomorphs" (a word invented by Desmond Morris) and are visual representations of a set of 'genes'.

January 2006

socialstudygames.com | Book Chapter: Online Games for 21st Century Skills

by bcpbcp
"I have co-authored a chapter with Melanie Zibit for an upcoming book, Games and simulations in online learning: Research and development frameworks, edited by David Gibson, Marc Prensky and Clark Aldrich. A draft version of our chapter is now available."

Project Densha - The 'Densha Otoko' Translation Project

by bcpbcp (via)
Densha Otoko, or 'Train Man' is the name of a very popular book published in Japan in early 2005, which tells the true story of a nerdy guy who falls in love with a girl who he saved from a ruffian on a train. This entire story takes place on a Japanese bulletin board system called 2ch, or 'ni-channel', particularly in a thread called 'Men Being Shot from Behind', where single men get together and gripe about being single.

Gamasutra - Book Excerpt - "Patterns in Game Design: Using Design Patterns"

by bcpbcp
The following is a selected excerpt of Chapter 4 from Patterns in Game Design (ISBN 1-53450-354-8) published by Charles River Media, Inc.

Blobs in Games

by bcpbcp
Black and White 2 AI I played Black and White 2 for many hours yesterday. The computer player and I were in a stalemate. The computer kept sending armies against me and I kept defeating them. I had built my town with walls around it, and then put archers on top of the walls. I was building up my strength while defending myself, in preparation for a big attack. I felt pretty safe. After around 40 attacks, I realized that they weren't all the same. The computer wasn't using the same attackers each time. It tried the creature, archers, swordsmen, and catapults. It tried combinations of them. Sometimes it would come through my main entrance, and sometimes it would come around the back entrance to the city. The computer player also destroyed major sections of the city using the “earthquake” power, but I recovered from these too. After a while the enemy creature figured out that he should kick my wall in. His archers and swordsmen stayed back, out of range, while the creature came up and destroyed my wall, including the archers on it. After it breached the wall, the army swarmed into my town and killed half my people. I rebuilt my wall and started to recover, but the computer's newly discovered strategy worked well. It tried several variants but kept going back to the same approach: kick down the wall, then swarm the town. This forced me to try some new strategies. Although being on the wall has advantages, it leaves the archers vulnerable when the enemy creature attacks the wall. So I moved them behind the wall. I've also learned to open my gate, wait for the enemy army to get close, then close the gate and set their army on fire. I have no good strategy for the creature knocking down my wall though, and I'm constantly losing townspeople and then rebuilding. After a long stalemate, the computer AI learned how to attack more effectively, and now I'm having trouble keeping my city safe. I'm very impressed by the AI. I'm not sure how it's programmed, but it tried out many different things and learned which ones work the best. From the game AI techniques I've learned (genetic algorithms, neural networks, fuzzy logic, state machines, etc.), the AI in Black and White 2 seems to match most closely with what I know about reinforcement learning. It's a technique that uses online learning (observing results as the game is played) instead of training (from examples constructed ahead of time), allows both exploration (trying new things in order to learn) and exploitation (taking advantage of what you've learned), and associates rewards (like whether the attack was successful) with actions (like kicking down the wall and keeping the army away from my archers). I recommend Sutton and Barto's book if you want to learn more. It's entirely possible though that the game uses something much simpler that just happens to look impressive, but my guess is that it's using reinforcement learning. — Amit — Monday, December 12, 2005 Comments: Post a Comment Links to this post:

Active users

chernobylnews
last mark : 16/01/2008 16:06

ujwala
last mark : 03/12/2006 10:10

bcpbcp
last mark : 05/03/2006 01:30