Code Monkey home page Code Monkey logo

limbos32's Introduction

FOCUS

new4

NOTE: CURRENTLY ONLY WORKING ON WINDOWS 10/11

DO NOT LEAVE ME YOUTUBE COMMENTS ASKING ME HOW TO INSTALL THIS GAME

rudimentary install guide

  1. install python from python.org, preferably python 3.9 or above. if you are installing it then make sure to check the box to install pip when it asks you during the install process. also check the box to set up the PATH environment variable or whatever and restart your pc if necessary
  2. make sure python works from the terminal by going into command prompt and typing python (if it doesn't work, try python3). if it doesn't work no matter what you try, try adding python to environment path (google how to do that)
  3. once you have that working, close the terminal and download the source code in github.com by clicking on the green <> code button and clicking "download ZIP"
  4. unzip the file from file explorer or whatever
  5. navigate to the unzipped folder with the source code
  6. open up a new command prompt (type cmd in taskbar) and navigate to the directory with the source by using the cd and dir commands. most likely it will be in C:\Users\<username>\Downloads or something. install the dependencies by typing in python3 -m pip install -r requirements.txt in the command prompt. if it doesn't work, you may have to try using python instead of python3. keep that terminal open for now
  7. i think double clicking on the "server.py" should run it. the server.py is always required in the background because it manages the positions and synchronization for all the windows of the limbo key game
  8. in the terminal from before, type something like python3 "spawn-all.py". if it doesn't work, try changing python3 to python. additionally, it might not open any windows, in which case you should change python3 to python in the source code in spawn-all.py

need tech support?

if you are struggling to install this, make a github issue and someone who knows what they are doing may help you. this may or may not be me (probably not me, i don't have that much free time). if you know what you are doing and want to help others, then please answer people's questions in the github issues and i will try to mark them as resolved.

limbos32's People

Contributors

quasar098 avatar emreoyun avatar emk530 avatar minatoisuki avatar delofj avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.