Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 524df86

Browse files
authored
Merge pull request #48 from T342guy/{MAIN}-Release
pull all changes from MAIN to expr test, mostly README and other
2 parents 113153d + 3c4326c commit 524df86

File tree

2 files changed

+73
-15
lines changed

2 files changed

+73
-15
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Contributing
2+
3+
rules for contributing;
4+
1. new fixes should allways go into experimental.
5+
2. no decrypting or leaking encrypted items. they are like that for a reason. this is punishable by a mute/ban
6+
3. sensitive codes/passwords should not be written in note or code. make a private note with the password and its hash used.
7+
4. please disble DEBUG before a MAIN push.
8+
9+
10+
this is a bit in WIP, may add more.

README.md

Lines changed: 63 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,82 @@
1+
![github VAIIYA readme logo](https://github.com/user-attachments/assets/cd83c6e0-63b5-4449-b1ff-71d29c505de3)
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+
113
# Welcome to the VAIIYA terminal project page!
214

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! )
615

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!
818
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!
1025

1126

12-
( ps; rob if you read this, can i have the offical VAIIYA ASCII art for my code plz 🙏🥹 )
1327

1428
# 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.**
1629

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+
![image](https://github.com/user-attachments/assets/eb8b47da-1184-4fe8-b588-1e2154a52b9a)
34+
35+
36+
![image](https://github.com/user-attachments/assets/bb2aeea3-ec83-422d-9b64-7afd6e11009f)
37+
38+
![image](https://github.com/user-attachments/assets/c2ffad7a-6e5e-4eff-a8dc-fbc543b17fb8)
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
1748

18-
![image](https://github.com/user-attachments/assets/c8e9ee6f-d77e-455a-9e79-b1ce7b03953d)
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!
1950

51+
### Setup
2052

53+
1. get Github desktop if you dont have it already :3
2154

22-
![image](https://github.com/user-attachments/assets/47f53723-933e-44ff-b5b4-26eec0598bc9)
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/)
2363
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!
2572
2673

74+
and thats all for setup!
2775

28-
# install dependencies
76+
### Contributing rules
2977

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.
3180

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

Comments
 (0)