|
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | +<div align="center"> |
| 5 | + <p> |
| 6 | + <object> |
| 7 | + <a href="https://discord.gg/Qt5Je9sFE5"><img alt="Discord" src="https://img.shields.io/discord/1279687931786694706?style=plastic&label=The%20VAIIYA%20Hub%20discord%20server!&link=https%3A%2F%2Fdiscord.gg%2FQt5Je9sFE5"> |
| 8 | + </object> |
| 9 | + </p> |
| 10 | +</div> |
| 11 | + |
| 12 | + |
1 | 13 | # Welcome to the VAIIYA terminal project page!
|
2 | 14 |
|
3 |
| -Welcome to the VAIIYA Terminal project page!! |
4 |
| -I am very happy to show you all my VAIIYA TERMINAL passion project! |
5 |
| -the real purpose for this "game" was just an idea and a very far fetched idea that Embark Rob may collab with it ( I still think its far fetched but it is a good learning course! ) |
6 | 15 |
|
7 |
| -and that i saw how much retro stuff (eg, the commandprompt credits screen for S2 and S3.) was used and i saw how VAIIYA would use somthing like that. |
| 16 | +> [!IMPORTANT] |
| 17 | +> Notices about VAIIYA Termial will show up in this note! |
8 | 18 |
|
9 |
| -also as a side note: this will be a very good experemantation for password protected encryption as the sourcecode is here on github. so dont be alarmed if there is some gobbleygook in the code :3 |
| 19 | + |
| 20 | +Welcome VAIIYA trustees and fellow THE FINALS contestants! |
| 21 | +welcome to my VAIIYA terminal project page! |
| 22 | + |
| 23 | +VAIIYA terminal is a for-fun project made by me and serves mostly the purpose of being entertainment and a story module! |
| 24 | +I hope you can join me on my long journey of making this dream come true with me! |
10 | 25 |
|
11 | 26 |
|
12 |
| -( ps; rob if you read this, can i have the offical VAIIYA ASCII art for my code plz 🙏🥹 ) |
13 | 27 |
|
14 | 28 | # The game
|
15 |
| -**IMPRORTANT NOTE: THE VAIIYA TERMINAL EXE's HAVE FLAGGED WINDOWS SMART APP CONTROLL DUE TO THE EXE's NOT BEING SIGNED. YOU CAN SAFELY IGNORE THESE WARNINGS.** |
16 | 29 |
|
| 30 | +> [!CAUTION] |
| 31 | +> **THE VAIIYA TERMINAL EXE's HAVE FLAGGED WINDOWS SMARTSCREEN CONTROL MOST LIKELY DUE TO THE EXE's NOT BEING SIGNED. YOU CAN SAFELY IGNORE THESE WARNINGS.** |
| 32 | +
|
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | +> [!NOTE] |
| 42 | +> all images were uploaded durring v10 or 0.0.10, things are subject to change! |
| 43 | +
|
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | +# Contributing |
17 | 48 |
|
18 |
| - |
| 49 | +Hello fello VAIIYA Trustees! if you want to help with the progress of VAIIYA Terminal, here are some basic rules and things to know! |
19 | 50 |
|
| 51 | +### Setup |
20 | 52 |
|
| 53 | +1. get Github desktop if you dont have it already :3 |
21 | 54 |
|
22 |
| - |
| 55 | +> [!IMPORTANT] |
| 56 | +> Hello again everyone! just a quick edit, this note below is purely incorrect, |
| 57 | +> and i am working on a fix. In the meantime i will gather more info and fix this |
| 58 | +> soon. Thank you for understanding. |
| 59 | +> |
| 60 | +> |
| 61 | +> *make sure you are using a **global** installation of python 3 for it to recognise the installed modules! if you use the "recommended" python3 installation from VScode, you will get errors of `reportMissingImports`!* |
| 62 | +> get the latest release here: [python downloads](https://www.python.org/downloads/) |
23 | 63 |
|
24 |
| -all images were uploaded durring v7 or 0.0.7, things are subject to change! |
| 64 | +2. Clone the repository and get dependencies |
| 65 | + - clone the repository with the HTTPS method through Github desktop |
| 66 | + - open the filestructure in VScode or your perferred IDE |
| 67 | + - install dependencies inside the filestructure with `pip install -r requirements.txt` |
| 68 | + - run `VAIIYA terminal.py` with the run button in VScode or your own IDE to see if everything is working! |
| 69 | + |
| 70 | +> [!TIP] |
| 71 | +> it is recommended that you install the pylance extension for VScode, as it has really nice fetures for debugging and other! |
25 | 72 |
|
26 | 73 |
|
| 74 | +and thats all for setup! |
27 | 75 |
|
28 |
| -# install dependencies |
| 76 | +### Contributing rules |
29 | 77 |
|
30 |
| -run this command in the file of the source or requirements.txt file. |
| 78 | +1. any new changes when being merged get sent to the experimental branch. |
| 79 | +2. large changes **can** have their own branch, then will be merged to the experimental branch later on. |
31 | 80 |
|
32 |
| -``` |
33 |
| -pip install -r requirements.txt |
34 |
| -``` |
| 81 | +> [!NOTE] |
| 82 | +> these contributing rules are still very scratched together for now, so a lot of self judgement will be applied for new rules to form. |
0 commit comments