angarg12 / nucleogenesis

Nucleogenesis JS incremental game
GNU General Public License v3.0
40 stars 20 forks source link

Convert JSON to JSON (with comments) #181

Closed BobChao87 closed 6 years ago

BobChao87 commented 6 years ago

Add the ability for a preprocessor to convert existing JSON structures to JSON (with comments) to allow for acknowledgment of isotopes in various places in the source code for simpler implementation later or simple direct comments that it will not included for various reasons without bogging down the game engine by making it handle any extra data.

angarg12 commented 6 years ago

I'm kind of reluctant to use a non-standard format since JSON works so nicely together with JS.

Since the objective is to keep some data at hand, would it be ok to create a new wiki page and track that information there?

angarg12 commented 6 years ago

I've created this wiki page

https://github.com/angarg12/nucleogenesis/wiki/Candidate-isotopes

We could write there the information about the missing isotopes.

Let me know what you think.

BobChao87 commented 6 years ago

Looks go to me, now we just have to convince people to use it. xD