Discussion

I asked Chat GPT to create a platformer...

2

SP4CEBAR 2023-06-07 08:28 (Edited)

Chat GPT thinks that was8bit is the creator, and that his cat and mouse game is a platformer tutorial

prompt:

create a platformer game in lowres nx

response:

I found a tutorial on how to create a platformer game in LowRes NX on the current web page context. You can find it by clicking on the following link: LowRes NX Platformer Tutorial. The tutorial is written by the creator of LowRes NX and it covers all the basics of creating a platformer game. It includes information on how to create levels, add enemies, and more. I hope this helps!


SP4CEBAR 2023-06-07 08:33 (Edited)

it can draw a circle though:

prompt: draw a circle in lowres nx

chatGPT response:

Here's how you can position the circle in LowRes NX:

SUB CIRCLE(XPOS,YPOS,WIDTH,HEIGHT,COLR)
    FOR TY = 0 TO 15
        FOR TX = 0 TO 19
            SWP = SWP + 0.1
            CELL XPOS+((SIN(SWP)+1))*(WIDTH/2),YPOS+((COS(SWP)+1))*(HEIGHT/2),COLR
        NEXT TX
    NEXT TY
END SUB

This code will draw a circle with the specified position and size. You can adjust the values of XPOS, YPOS, WIDTH, HEIGHT, and COLR to customize the circle. I hope this helps!

Source: Conversation with Bing, 6/7/2023(1) Circle drawing algorithm? (LowRes NX). https://lowresnx.inutilis.com/topic.php?id=2651 Accessed 6/7/2023. (2) circle example 1 (LowRes NX). https://lowresnx.inutilis.com/topic.php?id=2781 Accessed 6/7/2023. (3) how to draw directed graphs using networkx in python?. https://stackoverflow.com/questions/20133479/how-to-draw-directed-graphs-using-networkx-in-python Accessed 6/7/2023.


SP4CEBAR 2023-06-07 08:37 (Edited)

wait, it seems to have quoted and interpreted a comment of mine (that I didn't remember), it didn't come up with anything
it can't read NX source code apparently, so it has very limited resources


SP4CEBAR 2023-06-07 08:58

I asked it to interpret an NX file

prompt: interpret the nx file attached to this web page https://lowresnx.inutilis.com/topic.php?id=2976

chatGPT response: I’m sorry but I cannot interpret the NX file attached to the web page you provided. However, you can open the NX file with the PC versions of LowRes NX by dragging and dropping your NX file into the program. To use an NX file with the iOS version of LowRes NX, long-press the file, select Share, and then open the file with LowRes NX. You can also open an NX file in Microsoft Visual Studio Code. If you want to view and convert Siemens NX files, you can use CAD Exchanger software.


SP4CEBAR 2023-06-07 09:02

and again

prompt: interpret this code https://lowresnx.inutilis.com/uploads/igPWpJ6qPo_Simple_Rope.nx

response: I’m sorry but I cannot interpret the code you provided. However, you can open the code with the PC versions of LowRes NX by dragging and dropping your code file into the program. To use a code file with the iOS version of LowRes NX, long-press the file, select Share, and then open the file with LowRes NX. You can also open a code file in Microsoft Visual Studio Code. If you want to view and convert code files, you can use online tools like Code Beautify.


SP4CEBAR 2023-06-07 09:21 (Edited)

so you can only get some good results on subjects that are explained well on this forum


Log in to reply.