Git Product home page Git Product logo

totominc.github.io's Introduction

This is an old repository that I manage only when I have some time. You will find all my old projects, that I made when I was learning programming, especially web tehcnologies. Don't take any sample code of this repo as a good example, they are of very poor quality.

Another simple incremental-game, about selling drugs. You start with only a gun, and you have to build a drug empire to become trillionnaire. Blackmarket was my first really big project about in HTML/CSS/JS. It has been totally re-done : scripts and interface. Blackmarket has reach its official release, take a look now!

My very second project in JS, where I wanted to focus more on design using Bootstrap and some free themes.

Idle-Quester is a web version of the original app/game Idle-Quest for Android.

My very first small project to learn JS, it's just an Adventure Capitalist clone.

Another attempt at adding more gameplay mechanics for Money-Life.

Another prototype were you rebuild the universe with your god's hands. It got some decent showcase on /r/incremental_games, maybe I will pick it up one day...

A very cool Fallout-like terminal effect made mainly with CSS.

totominc.github.io's People

Contributors

latteralus avatar shycoder avatar totominc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

totominc.github.io's Issues

Tokens not giving cash boost

l. 164 :

    getMoney(Math.floor(t1progress[i] / t) * getInc(i) * t1owned[i]), t1progress[i] %= t;

Put instead :

    getMoney(Math.floor(t1progress[i] / t) * getInc(i) * t1owned[i] + tokens * tokensRate + 1), t1progress[i] %= t;

Create a wiki

We are going to start the wiki, especially for Blackmarket. I want to explain the basics of the game and the game mechanics.

ShyCoder is going to help-us for the wiki!

Factory Functionality Not Available

Hi TotomInc,

I really enjoy this game but it seems the factory functionality is not working (not ready?). The current version of the game implies that the factory is available for those players with 200K exp. I currently have 2.85T exp. Looking forward to seeing this feature in the future!

Licence?

What Licence does your project have? What about forking and changing code? Any limitations?

New "dev" branch

I added a new branch "dev".

We must release commits only on this branch, I am the only one who can merge this branch into the "master" branch. Don't release commits on the "master" branch anymore, please.

Water generator rounds down

If your water generation rate is not a whole number, the rate is rounded down to the nearest whole number. This means that if you only have 1 water generator, then no water is generated.

Grammar

Hello, I found a few grammatical mistakes in the tutorial, so I made rectified versions, if you don't mind that is.

Tutorial.js
Line 21: "Water costs 20 hydrogen and 10 oxygen : it's cost doesn't increase!
" +
Line 27: string: "Nice, your planet now has some water, but this water is cold.
" +
Line 36: "Your planet also needs an atmosphere.
" +
Line 37: "Without an atmosphere, the cells can not live.
" +
Line 45: "Each cell generates 0.1 meat/sec. " + g.t.spacer +

Thanks!
P.S, I looked at the code, and it's amazingly good, you are a great coder!

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.