Release

Othello

5

Cclx33 2019-06-01 05:13

Reveri chess game.

othello.nx | Open in app
2019-06-01 05:13

dredds 2019-06-01 08:16

Fantastic


was8bit 2019-06-01 08:22 (Edited)

Love the flip animation :)

... can I have a difficutly level ? It’s not much fun playing the “YOU’RE A LOSER” level ... I only have a moderate skill level, and some days I need to play a level where computer is pure random just to help me feel better that day ;)

An EZ approach might be to allow a player to enter level 1-10... then the math could be IF INT(RND*(10-LEVEL))>0 THEN GOTO RANDOMPLAY ELSE GOTO SMARTPLAY

this would allow level 10 to always be smart, while level 1 is only smart approximately 10% of the time... I think I’d be playing below level 5 a lot ;)


S3B4 2019-06-01 23:30

I thought I was good at this game... until this machine came along.


was8bit 2019-06-02 04:15

Computer versions of this game are notoriously brutal... it’s hard to find computer games with easier levels...


Cclx33 2019-06-02 05:27

I think the level is easy.
The basic strategy is in Q$.
If you read the code, you will find it.


was8bit 2019-06-02 12:25

May I post a remix version of this game with that feature? I’ll post with you as the author of the game and only take credit for the level edit ....


Cclx33 2019-06-02 12:49

In next version I will add 2 player option , maybe swap mode and level select.


was8bit 2019-06-02 13:01 (Edited)

I have a level version with sound effects that I made and am playing :)

I LOVE my sound effects ;)

I enjoy level 1 a lot.. I’m often too sleepy to play a higher level...


was8bit 2019-06-02 15:29

You are SUPER good at making games, and are quite smart with it.. i have a challenge for you..
The game: GO or 圍棋


Cclx33 2019-06-03 00:19

Thank you


179F 2019-06-04 05:38

i spammed "pass" to see what would happen and it said B=3 W=352... im not sure if this has to be fixed because no one would really do that but its quite interesting


BGelais 2021-05-21 22:36

SYNTAX ERROR IN 151: probably you made that game in a earlier version of LowresNX , because you use the word FLIP as label. Anyway I had idea to remix it too. ;)


Log in to reply.