MicropolisJS: A JavaScript clone of the original SimCity
11–20 of 55 posts
Re: MicropolisJS: A JavaScript clone of the original SimCity
#12Re: MicropolisJS: A JavaScript clone of the original SimCity
#13Oh this brought back memories. I remember playing Sim Ant on my Macintosh Classic for hours on end. The same look and feel. Just that I had a b/w screen. What a great way to have a throwback Monday.
Re: MicropolisJS: A JavaScript clone of the original SimCity
#14Oh this brought back memories. I remember playing Sim Ant on my Macintosh Classic for hours on end. The same look and feel. Just that I had a b/w screen. What a great way to have a throwback Monday.
document.getElementById('wrapper').style.filter = 'grayscale(100%)';
document.body.style.filter = 'grayscale(100%)';
EDIT: Actually, neither of these approaches actually works for the game it seems. The map and any actual "tiles" are hidden when this is put in place, whether it's on the wrapper or the body.Re: MicropolisJS: A JavaScript clone of the original SimCity
#15Amazing, it even warned me after I spent half an hour on the game! I wish more programs would do that.
Re: MicropolisJS: A JavaScript clone of the original SimCity
#16Oh this brought back memories. I remember playing Sim Ant on my Macintosh Classic for hours on end. The same look and feel. Just that I had a b/w screen. What a great way to have a throwback Monday.
Sim Ant was the first game I bought with my own money, back in the day, as my start to collect ALL the Maxis games after getting my hands on SimCity + SimEarth. This was an excellent thing to wake up to.
Re: MicropolisJS: A JavaScript clone of the original SimCity
#17Amazing, it even warned me after I spent half an hour on the game! I wish more programs would do that.
Re: MicropolisJS: A JavaScript clone of the original SimCity
#18Oh this brought back memories. I remember playing Sim Ant on my Macintosh Classic for hours on end. The same look and feel. Just that I had a b/w screen. What a great way to have a throwback Monday.
document.getElementById('wrapper').style.filter = 'grayscale(100%)';
sepia(1) hue-rotate(54deg) saturate(3)Re: MicropolisJS: A JavaScript clone of the original SimCity
#19Re: MicropolisJS: A JavaScript clone of the original SimCity
#20And I'm amazed at 0 browser issues or weirdness. Takes me right back to my Tandy 1000.
My only wish it had the help stuff to remember how to resolve some of the problems in the city. I can't remember if that was in the game or in the book back in the day. I have housing and unemployment problems but have unpopulated residential, commercial, and industrial blocks. I know I'm missing something but my memory from the 80s/early 90s is failing me.
Instantly remembered to slow it down after a while to maintain roads and rail, get to nuclear power ASAP, keep industrial away from residential, build parks, and all of that.
Will need to start over again after a bit with better planning :).