Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No idea where to even start #40

Open
jyrg02 opened this issue Feb 14, 2022 · 2 comments
Open

No idea where to even start #40

jyrg02 opened this issue Feb 14, 2022 · 2 comments

Comments

@jyrg02
Copy link

jyrg02 commented Feb 14, 2022

How does one even open it? Is it within CMD? within the internet browser?

@emirtarik
Copy link

To be able to open it, you need to understand how git, python, manim and several other things work. It's cool that you're interested and want to beat your friends on Wordle today but this is not where you start.

@bohrium2b
Copy link

Hi! @jyrg02, do you have any previous CS/programming experience?

In order to get started, you will want to do the following:

  1. Install Python if you haven't already.
  2. Go to the Code tab and download a zip of the code. Unzip that zip.
  3. Open a terminal. If you are on Windows, you will need to search for Command Prompt or Powershell, you may want to install Windows Terminal. Otherwise, you can search for Terminal or Terminal Emulator.
  4. Navigate to the folder where the code for Wordle ([code_dest]\_2022\wordle\) is. On windows, you can go to File in the File Browser and select Open Windows Powershell.
    image
  5. Run pip install manimgl.
  6. Add the following to scenes.py and simulations.py.
import sys
sys.path.append(".")
sys.path.append("..")
  1. Run python simulations.py.
  2. Run manimgl scenes.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants