Log In  


Cart #gpt4space-4 | 2023-04-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

All of the code is written by GPT-4.

7


Did GPT-4 also make the sprites?


@LazerLazer22

No, those were made by me, though i got the spaceship from a quick google search.


Even the draw_rotated_sprite function?


1

@girres42 yes, that was my first task for it


wow :o
Its amazing that that is possible. Nicely constructed.
That rotating sprite code is amazing, do you mind if I steal it?


@Godmill
Well i don’t really see it as mine, so sure, go ahead and use it for your own projects


2

the rotation code is bad (read super slow) for pico8 since tline exists.
See: https://www.lexaloffle.com/bbs/?tid=38548 for much better options.



[Please log in to post a comment]