/Globe-ASCII-pygame

ASCII globe rotating , made using pygame

Primary LanguagePython

ASCII Globe

  • This is a simple ASCII Globe made using pygame and numpy.

  • To try , do the following :

    • Clone the repo

        git clone https://github.com/adiboy-23/Globe-ASCII-pygame.git
      
    • install pygame locally either by making a virtual env(Linux and Mac) or directly(Windows users)

      • Virtual environment

          python3 -m venv <vir_env_name>
          source ./<vir_env_name>/bin/activate
          pip install pygame
        
        • Locally in windows

            pip install pygame
            pip install numpy
          
        • start the game

            python spining-earth.py
          
  • You can also change the ASCII path to your desired file to checkout amazing designs😄

  • Screenshot 2024-06-20 at 11 55 08