Clash of Chem is a thrilling multiplayer game where players compete to convert compounds using reagents in a race to achieve their goals. The game combines strategic thinking, organic chemistry knowledge, and real-time interaction to create an engaging experience.
Try it here: https://clash-of-chem.vercel.app
Contributions are welcome! If you'd like to contribute to Clash of Chem, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and test thoroughly.
- Submit a pull request explaining the changes you've made.
If you'd like to add a reaction to reactions.json please follow the following format:
{
"substrate 1": {
"reagent 1": "product 1",
"reagent 2": "product 2"
}
}
Some things to keep in mind:
- Compound names should be generally be IUPAC names
- When adding a new compound check whether it is present in the reactions.json, if it is use that name.
- Compound names should be in LOWERCASE
- There should only be ONE product (the major product) for each reaction
This project is licensed under the MIT License.