Live data from Hacker News

CivJS: A JavaScript 4X Game (2015)

github.com

31–40 of 45 posts

Re: CivJS: A JavaScript 4X Game (2015)

#31

The real question is whether the game will accurately reproduce Gandhi's bugged behavior[0] causing him to be super aggressive, or if the JS version will "fix" it. [0] https://kotaku.com/why-gandhi-is-such-an-asshole-in-civiliza...

It's such an ongoing theme in all civ games now, I can't see anyone that is a fan of the franchise "fixing" that bug.

Re: CivJS: A JavaScript 4X Game (2015)

#33
post #27
post #9

Earlier quoted context omitted.

His opinion is backed by NUCLEAR WEAPONS!

Hah, I told a (non-gamer) Indian woman about Civ's originally-accidental running gag of erratic Ghandi. She was displeased, to say the least.

As a (gamer) Indian, I always find it nothing short of hilarious, unless Gandhi is in my game. In which case, annex India before the nuclear era.

Re: CivJS: A JavaScript 4X Game (2015)

#34
It's a cool project, but the code is pretty incomplete.

At the end of a turn, the only thing that happens is that units are healed (gold, science, production aren't implemented yet):

https://github.com/Venerons/CivJS/blob/master/js/game.js#L17...

There's no AI or anything like that implemented just yet.

Re: CivJS: A JavaScript 4X Game (2015)

#36

The real question is whether the game will accurately reproduce Gandhi's bugged behavior[0] causing him to be super aggressive, or if the JS version will "fix" it. [0] https://kotaku.com/why-gandhi-is-such-an-asshole-in-civiliza...

It's such an ongoing theme in all civ games now, I can't see anyone that is a fan of the franchise "fixing" that bug.

It's a documented bug that every system seeking to replace the original should have to reimplement, else other systems depending on it would break.

Re: CivJS: A JavaScript 4X Game (2015)

#37
post #25

This repo hasn't been updated in 3 years. Why did it get popular today?

People upvote just by reading the titles (in general, not just here).

I wonder how the front page rankings would differ if Hacker News (secretly?) only counted upvotes if the user actually clicked the article link (or at least loaded the comments thread and read for X minutes) before voting.

Re: CivJS: A JavaScript 4X Game (2015)

#38
post #7

Earlier quoted context omitted.

"What do you think of JavaScript Civilisation?" "I think it would be a very good idea" - Gandhi, possibly

My opinion is that this is best Civ-themed HackerNews comment ever written so far and I would gladly argument it by saying the quoting Gandhi as an ironically peaceful opinionist is very ironic indeed. ICBM.

I'll own up now and admit that I had no idea Gandhi had history in Civ (I'm not a gamer)

My quip was accidentally genius!

Re: CivJS: A JavaScript 4X Game (2015)

#39
post #26

Earlier quoted context omitted.

At least it’s not Civ2:MGE “What do you think of...” We have decided to rid the world of your worthless civilization. Prepare for WAR! - Gandhi, every damn time

the global peace index: peaceful, peacefuller, peacefullest, complete and utter nuclear annihilation this, at least, shouldn't be a problem in relatively civilized js.

You can't really argue with the fact that after a complete and utter nuclear annihilation we would have total world peace.

Re: CivJS: A JavaScript 4X Game (2015)

#40
post #7

About time, all the Javascript I've ever seen has been completely uncivilized.

"What do you think of JavaScript Civilisation?" "I think it would be a very good idea" - Gandhi, possibly

Today I learned that Gandhi destroys the world because of an integer overflow!

"In the earlier Civs, leaders are given a set of attributes that dictate their behavior. One such attribute is a number scale associated with aggressiveness. Gandhi was given the lowest number possible, a rating of 1. However, when a civilization adopted democracy, it granted a civilization -2 to opponent aggression levels. This sent Gandhi’s rating of 1 into the negative, which swung it back around to 255 — the highest possible rating available, and thus, the infamous warmonger Gandhi was born." [1]

[1] https://www.geek.com/games/why-gandhi-is-always-a-warmongeri...

Post reply on HN