Skip to content
View Effece's full-sized avatar
🧠
Using my big brain
🧠
Using my big brain

Block or report Effece

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
Effece/README.md

Effece

18 year old cat. I have nothing to say other than the fact that I have nothing to say making me say something which isn't nothing as I said before.

Programming history

My first steps were in Scratch, in 2015 (8yo), mostly consisting of minigames but also a few math and geometry concepts. I started actual programming during summer 2020 (13yo) in Python. First project was a Pong game (same summer).

Languages

I have decent experience with various languages. Python is the language I know the best. I've used Java quite a bit. Also had to manipulate Javascript a few times, though I'm not a great fan. I'm learning C (coded in D a bit too) and OCaml, which might be my favourite. Incorporated PHP in one project and I really enjoyed the concept. I have basic understanding of Pascal scripts.

Best projects

I've pinned my best projects on my Github page.

Pinned Loading

  1. Smiletris-4 Smiletris-4 Public

    Recreation of Smiletris, a variation of the iconic Tetris game. Mainly new events. Made in Java, executable in console or in a window using javax.swing and java.awt.

    Java 1

  2. Sokoban Sokoban Public

    Recreation of the Sokoban game. Added a multi-player mode and original levels.

    Python 1

  3. Four-in-a-Row Four-in-a-Row Public

    My first Java project. Recreation of the Four in a Row game.

    Java 1

  4. Orbite Orbite Public

    A simulator of points rotating around each other with various trajectories.

    Python 1

  5. Turing-Machine Turing-Machine Public

    Quick Turing machine simulator.

    Python 1

  6. Sierpinski Sierpinski Public

    The Sierpinski triangle is a fractal object that can be used to describe every state in the Tower of Hanoi game.

    Python