Code Monkey home page Code Monkey logo

evolve's Introduction

Evolve

Play

https://pmotschmann.github.io/Evolve/

About

An incremental game about evolving a civilization from primordial ooze into a space faring empire. Evolve combines elements of a clicker with an idler and has lots of micromanagement.

What will you evolve into?

Contributing a Language file

If you are interested in a contributing a new language for Evolve the process is fairly straight forward (although a bit tedious).

Make a copy of strings/strings.json and name the copy as strings/strings.<locale>.json (EX: strings.es_US.json). The locale format is the language alpha-2 code joined with the country alpha-2 code.

The strings are stored in a json format and will look like this:

"job_farmer_desc": "Farmers create food to feed your population. Each farmer generates %0 food per second.",

If you are unfamilar with json the first part is a key and can not be altered, do not translate or modify the key in any way. The second part is the string to be translated. Many game strings uses tokens (%0, %1, %2, etc) to represent game values, as such these tokens must remain in the finale translated string. Their position can be moved accordingly, the number represents a specific value and not its position in the string.

To enable your language translation in the game you must add it to the locales constant in locale.js (bottom of the file).

Once you feel your translation file is ready send a pull request with it to the Evolve main branch.

evolve's People

Contributors

pmotschmann avatar rodrigodd avatar ranapeluda avatar beorseder avatar ramdat avatar captaindapper avatar omsi6 avatar hlxii avatar dimplykhan13 avatar fk1995 avatar danielsan901998 avatar notoats avatar justino avatar cordis-dev avatar aiwebb avatar azarlak avatar loansindi avatar justinlasotten avatar josephscottstevens avatar zaroth avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.