Skip to content
View nicolas-sabbatini's full-sized avatar
🧉
🧉

Block or report nicolas-sabbatini

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

Hello there!

I am Sabba, a passionate developer from Argentina

I am currently working as a backend developer at @MODO

Stuff I like

  • Creating games
  • Cellular automatas
  • Emerging behaviors
  • Creative coding
  • NVIM
  • 🧉 MATE 🧉

How to reach me:

  • Linkedin Badge
  • Gmail Badge

Top Langs

Pinned Loading

  1. auto-flappy-bird auto-flappy-bird Public

    A FlappyBird clone played by a neural network

    Lua 3 2

  2. The famous one line program 10 PRINT... The famous one line program 10 PRINT in lua
    1
    ::_10:: io.write(math.random() < 0.5 and "/" or "\\"); goto _10
  3. go-quiz-game go-quiz-game Public

    This is the implementation of the frist exercise of the Gophercises course

    Go