Originally posted by link343@Apr 6, 2004 @ 06:30 PM
How does Japan rate their games? Like here in America, we have E, T, and M rated games. Does Japan has anything like this?
Originally posted by MasterAkumaMatata+Apr 6, 2004 @ 06:20 PM--><div class='quotetop'>QUOTE(MasterAkumaMatata @ Apr 6, 2004 @ 06:20 PM)</div><div class='quotemain'> <!--QuoteBegin-link343@Apr 6, 2004 @ 06:30 PM
How does Japan rate their games? Like here in America, we have E, T, and M rated games. Does Japan has anything like this?
Originally posted by link343@Apr 6, 2004 @ 09:00 PM
Green = E rating
Yellow = T rating
Red = M and AO rating
Correct me if I'm wrong.
void RateGame( String game)
{
if( (game == RPG) )
score = GradeA
else {
if(game != American_Made)
score = reviewer_score
else
random_number() - 10
}
}