Besiege
Onvoldoende beoordelingen
BesiegeGPT - AI Powered Automation
   
Prijs
Toevoegen aan favorieten
Toegevoegd aan favorieten
Verwijderen uit favorieten
Types: Machines
Machine Tags: Other
Machine Categories: Basic
Bestandsgrootte
Geplaatst op
722.228 KB
30 mrt 2024 om 6:56
1 wijzigingsnotitie (weergeven)

Abonneren om te downloaden
BesiegeGPT - AI Powered Automation

In 1 verzameling van RISING FRAG
BesiTech
2 items
Omschrijving
Use pre-written prompt words, add your task requirements, and generate BesiScript codes through AI such as ChatGPT (GPT-4 and Claude 3 Opus are recommended).
BesiScript will compile the code into a game save file .bsg.

Prompt Page[github.com]



You can get update notifications by clicking Watching on the Github page.


DEMO
STEP 1
Please refer to the Tutorial Page for how to write variables for keyboard keys or message.
There are three contents that need to be written in the prompt words:
Enter variables (add or reduce as needed)
Output variables (add or reduce as needed)
Replace <task description> with your task requirements


STEP 2
Submit the written prompt words to AI together
Here we asked to write an PLUS calculator.


+

//input
$input1 = Alpha1
$input2 = Alpha2
$input3 = Alpha3
$input4 = Alpha4
$input5 = Alpha5
$input6 = Alpha6
$input7 = Alpha7
$input8 = Alpha8
$input9 = Alpha9

//output
$output1 = "1"
$output2 = "2"
$output3 = "3"
$output4 = "4"
$output5 = "5"
$output6 = "6"
$output7 = "7"
$output8 = "8"
$output9 = "9"
$output10 = "10"
$output11 = "11"
$output12 = "12"
$output13 = "13"
$output14 = "14"
$output15 = "15"
$output16 = "16"
$output17 = "17"
$output18 = "18"

//task description
give me a plus calculator, it accepts two inputs, and output the sum of the two inputs.

Submit to AI (here is Claude.AI as example)



STEP 3
Save the generated BesiScript code as input.txt and run BesiScript compiler in the same folder as the input.txt.
Or make easily secondary modifications to add instruments such as sensors and speedometers AND MORE by BesiScript.
Specific usage see
Finally, you will get the generated .bsg game files.


Open it in the game:



2 opmerkingen
RISING FRAG  [auteur] 31 mrt 2024 om 9:56 
@Crenc BesiegeGPT based on BesiScript which abstracts automation parts such as logic gates and meters, sensors.....
Crenc 31 mrt 2024 om 9:17 
how did you even do that