Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

/prog/ challenge 4,294,967,295 - make your're are game

Name: Anonymous 2020-08-14 22:31

Wouldn't it be nice to have some code posted here for a change? Any humble stupid code.
This challenge is about making a game and finishing it. You can use any shitty language and write the simplest game possible, the only challenge is to FINISH it. That means that the game is playable and somewhat enjoyable.

Deadline: 2020-08-22T00:00:00Z Do what you can, a Rock paper scissors simulator is fine. Snake, Pacman, whatever, just finish it! Size limit is the max post length, but you can use any external libraries you want.

Name: Anonymous 2020-08-15 10:11

<script>//a game of pure luck with user interaction
var a=Math.random();
var b=Math.random();
var guess=confirm("Is A larger than B?");
alert(((guess &&(a>b))||(!guess &&(a<=b)))
?"You win!\n"+a+" : "+b:"You lose.\n"+a+" : "+b);
</script>

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List