thiagodnf / start-reactor-for-command-line

Start Reactor is a long task in Among Us to run in the command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  _____ _             _     _____                 _
 / ____| |           | |   |  __ \               | |
| (___ | |_ __ _ _ __| |_  | |__) |___  __ _  ___| |_ ___  _ __
 \___ \| __/ _` | '__| __| |  _  // _ \/ _` |/ __| __/ _ \| '__|
 ____) | || (_| | |  | |_  | | \ \  __/ (_| | (__| || (_) | |
|_____/ \__\__,_|_|___\__| |_|  \_\___|\__,_|\___|\__\___/|_|    _   _      _
 / _|            / ____|                                        | | | |    (_)
| |_ ___  _ __  | |     ___  _ __ ___  _ __ ___   __ _ _ __   __| | | |     _ _ __   ___
|  _/ _ \| '__| | |    / _ \| '_ ` _ \| '_ ` _ \ / _` | '_ \ / _` | | |    | | '_ \ / _ \
| || (_) | |    | |___| (_) | | | | | | | | | | | (_| | | | | (_| | | |____| | | | |  __/
|_| \___/|_|     \_____\___/|_| |_| |_|_| |_| |_|\__,_|_| |_|\__,_| |______|_|_| |_|\___|

Start Reactor is a long task in Among Us to run in the command line

GitHub Release GitHub contributors GitHub stars MIT Licence Open Source Love

Install

Javascript

Install Node.js on your localhost and install the dependencies:

npm install

Run the tool:

npm start

C++

Access the folder and run the following command:

g++ -o main -lncurses main.cpp && ./main

Java

Access the folder and run the following command:

javac Main.java && java Main

Screenshots

Questions or Suggestions

Feel free to create issues here as you need

Contribute

Contributions to the this project are very welcome! We can't do this alone! Feel free to fork this project, work on it and then make a pull request.

Authors

  • Thiago Ferreira - Initial work

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

Donate

I open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously, this takes time. You can integrate and use these projects in your applications for free! You can even change the source code and redistribute (even resell it).

However, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:

Buy Me A Coffee

Thanks! ❤️

About

Start Reactor is a long task in Among Us to run in the command line

License:MIT License


Languages

Language:Java 35.9%Language:JavaScript 34.7%Language:C++ 29.4%