A downloadable game

Download NowName your own price
while (GAME == isRunning) {
   
    printf("Control your character.\n");
    printf("Avoid assimilation.\n");
   
    USE(keys);
   
}
 
USE(int keys) {
   
    printf("1. Up.\n");
    printf("2. Down.\n");
    printf("3. Left.\n");
    printf("4. Right.\n");
    printf("\n");
    printf("ENTER: Move.\n");
   
}
AUTHOR = LinJi();
StatusReleased
Rating
Rated 1.5 out of 5 stars
(2 total ratings)
AuthorLin Ji
GenrePuzzle

Download

Download NowName your own price

Click download now to get access to the following files:

NONB!N.zip 13 kB

Comments

Log in with itch.io to leave a comment.

Hey! I would love to check out this game, but every time I try to download it, I just get a "cannot read property 'build' of undefined" error,, if you have any suggestions on how to fix this, please let me know!