Skip to content
View C1200's full-sized avatar

Organizations

@ultimatemediaorg @ChatSurfApp
Block or Report

Block or report C1200

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
C1200/README.md

Pinned Loading

  1. C1200.github.io C1200.github.io Public

    The Official C1200 Website.

    HTML

  2. rubbish-game rubbish-game Public

    Rubbish Game made for @PolyMarsDev's #SeaJam

    CSS 1

  3. AutoClaw AutoClaw Public

    Is AI friend or foe? You will find out in AutoClaw, a game made for Wowie Jam 4.0

    JavaScript 1

  4. wadparse.js wadparse.js Public

    wadparse.js is a Wii WAD File parser for JavaScript.

    TypeScript 1

  5. ultimatemediaorg/goum.cf-pages ultimatemediaorg/goum.cf-pages Public

    Need a nice looking page for all of your social links? Use goum.cf Pages.

  6. Tic Tac Toe in one line of Python Tic Tac Toe in one line of Python
    1
    (lambda T,S,V:T(T,S,V))(lambda M,S,_:[print(f" {v} ",end="\n"if k%3==2 else"|")for k,v in enumerate(S[1])]and not(lambda S:not print(f"{S[0]} won!")if any((any(S[1][a]==S[1][a+1]==S[1][a+2]for a in[0,3,6]),any(S[1][a]==S[1][a+3]==S[1][a+6]for a in range(3)),(S[1][0]==S[1][4]==S[1][8])or(S[1][2]==S[1][4]==S[1][6])))else(False if any(v.isdigit()for v in S[1])else not print("Tie!")))(S:=(S[0],(lambda T,S,V:T(T,S,V))(lambda M,S,V:[(S[0]if v==V else v)for v in S[1]]if S[1][int(V)-1]==V else M(M,S,input(f"{S[0]}'s turn: ")),S,input(f"{S[0]}'s turn: "))))and M(M,("O"if S[0]=="X" else"X",S[1]),None),("X",[f"{i}"for i in range(1, 10)]),None)