Array
(
[uid] => D2290073_XDf2
[isE] => 1
)
getLang()=en
Click here for free DL of the app version that can save data.
No:10307
207
```c #include <stdio.h> #include <conio.h> #include <windows.h> #define WIDTH 80 #define HEIGHT 20 int playerX, playerY; int isJumping; int jumpHeight; void gotoxy(int x, int y) { COORD coord; coord.X = x; coord.Y = y; SetConsoleCursorPosition(GetStdHandle(STD_OUTPUT_HANDLE), coord); } void drawPlayer() { gotoxy(playerX, playerY); printf("O"); } void clearPlayer() { gotoxy(playerX, playerY); printf(" "); } void drawPlatform() { int i; for (i = 0; i```c #include <stdio.h> #include <conio.h..ALL
Developer User4501|Date and time 23/7/30 5:49:48
Build time 9.116 sec|Game capacity 1.465KB|Script
Click here for free DL of the app version that can save data.