Jump to content

Recommended Posts

Posted

What Is CityVille, Other Than The Next FarmVille?The people who make the games you either love or love to hate on Facebook have a new one coming out in a few weeks. It's called CityVille, which looks like Sim City without the tornadoes or FarmVille with skyscrapers.

We haven't played the game yet, but we can show you video of it in action and rattle off some of the official details shared by Zynga, the folks behind these games.

What Is CityVille, Other Than The Next FarmVille?

There's a fair amount of the classic Sim City in this and probably a bit of the popular Facebook game Social City, which already has five million monthly users.

You're a city planner, starting with a plot of land and the ability to construct buildings on it. Zynga lists houses, post offices, fire departments, schools, restaurants and shops with the goal of making money. They don't mention crime or wretched subway service, so it's not clear what the CityVille equivalent of dying crops or FrontierVille varmints will be. Civil unrest, perhaps?

The darkest event Zynga warns against in a press release today is the "stomach rumbling" of hungry citizens. Food is key, a carry-over from FarmVille and FrontierVille. You can have a farm, plant crops or import "goods" (food?) from Shanghai, London and Rome.

 


 

The game's creators are pushing a few changes to the FarmVille formula. Players can manually expand their plot of land. They can also start and run franchises of their business in their friends' cities. Gamers can still team up in what seems like standard Ville-game fashion, helping friends or requesting help from them to trade goods, finish making key buildings or clear land. Zynga hasn't said how any of this social networking will differ, if at all, from the way it works in FarmVille and FontierVille, whether it's more complex, less annoying or what. We've asked and will let you know what they say. Update: Zynga says CityVille status updates will function the same way those do in the company's other games. So, players, be judicious!

The cities expand and upgrade of course, which is the main hook. The more you play the more building options you get, the more goods you can obtain and so on. The better you do, the taller your headquarters.

The game will be available on Facebook, accessible through CityVille.com, "in the coming weeks" around the world, in English, French, Italian, German and Spanish.

Here's a hype video from Zynga which explains CityVille and the company's tolerance for bringing dogs into their workplace. See? They're people too. People who sometimes drink out of Zynga-branded water bottles.

 


 

xlarge_small_01.jpg

 

xlarge_medium.jpg

 

xlarge_large2_01.jpg

 

xlarge_large3_01.jpg

 


 

 

 

 

 

HF,

Posted

well yes, its a funny game

and it will take only 30mints a day.

 

ill play this game 2 times/day,

1st time when i come home from school (15minuts)

2nd time when i go to bed (15minuts)

 

then your done, its rly funny game to play :)

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • Hi, great work! Are there any bugs? And will it work with a high five?
    • For others that would like to understand in more details:   The login server also uses a protocol (sent by the server to the client in the very first packet). For instance, the C4 client (the one I'm developing my emulator for) expects the protocol number `50721` (or `0xc621`) which works as follow (from what I've gathered): Preamble: L2 packets are divided into two parts: size and payload; As mentioned, every packet starts with two bytes containing the whole packet size (thus including those two bytes, e.g. a packet of size 15 will have the number `15` written onto its first two bytes and a following payload of 13 bytes); For login server, first byte of the payload is the opcode (game server must deal with variable-sized opcodes); Next bytes are the packet content; Before sending the packet, its buffer size (minus the initial two bytes) is padded to 8 bytes (required by upcoming Blowfish encoding); A checksum of the packet is appended at the end, then the payload is again padded to 8 bytes; If the opcode is not `0` (also written as `0x00`), then the payload is encoded by Blowfish; Packet is sent over the network. You can have a look at my implementation (in C++) here (do note I'm assuming little-endian).   In this protocol, the auth packet (`0x00`) sent back by the client is RSA encrypted using the RSA modulus sent in the first server packet, inserted right after the protocol number.  
    • Hello guys I wanna buy some  Lessons for an L2J Developer
    • Let me give you something for inspiration and get you addicted to bot AI     And a siege 😛     What I have notice helps a lot the LLM to act real, is to give it a real-persons background. So for each LLM in the context beggining, besides the L2 facts, give it a real-life back story "You are a 67 years old retired nurse who plays Lineage 2 while her husband reads his newspaper, you are calm, collected but get mad if insulted". But that makes for a creative bot but its repetitive. So what you can also do, is pick random 20 news sites and for each bot every 2-3 days, initialize a context that is affected by the "news" the bot reads in the "real world".  So for example there's Iran - US war ok ? You take the news, put it in an LLM and ask it, extract the "abstract feelings" that this news piece invokes into you without mentioning anything related to the news. Then you take the result and inject it to the bots LLM prompt after its backstory.  This leads to some VERY human-like behavior from bots. 
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..