123
-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|655|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
Socoder -> AI Threads -> DeepSeek AI

Sun, 26 Jan 2025, 16:21
Jayenkai

DeepSeek AI


DeepSeek.com

I attached the recent version of the "Example for AI", CommandList_Long.txt
Then I asked it..

Can you write a simple single-screen platform game example in JSE?


Thought for 10 seconds

> Reveal 🔎

  --v

This code creates a simple platform game with:
- A red square player that can move left/right with arrow keys
- Space/Gamepad A to jump
- Three green platforms
- Collectible gold coins
- Lives system
- Sky blue background
- Game over screen
- Sound effects for jumping, collecting, and dying

The player must collect yellow circles while avoiding falling off the bottom of the screen. Platforms provide solid surfaces to stand on, and the game ends when all lives are lost.

-=-=-


Holy hell..

DeepSeek.com
Be sure to click DeepThink (R1) to enable deep thinking!

-=-=-
''Load, Next List!''
Sun, 26 Jan 2025, 22:09
therevillsgames
Not bad - it should have used consts though