-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
24d8f10
commit 990cfc4
Showing
1 changed file
with
3 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,5 @@ | ||
# FOCUS | ||
### A window-based, LIMBO-inspired, key-shuffle minigame made with Godot Engine, for Windows Desktop | ||
|
||
![new4](https://github.com/quasar098/limbos32/assets/70716985/36bfe28d-9616-4ee0-bc10-96d762f61105) | ||
--- | ||
|
||
**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) in the terminal from before, type something like `python3 "main.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 main.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. | ||
![limboscene9](https://github.com/etherealxx/limbo-godot/assets/64251396/2c1dee2c-2fd5-4519-8c22-ed08960f55d5) |