Skip to content
View wkta's full-sized avatar

Organizations

@gaudiatech

Block or report wkta

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
wkta/README.md

About me

  • 🔭 highly experienced (8+ years) entrepreneur
  • 🇫🇷 citizenship
  • ⚡ interested in AI + quant trading
  • 🌱 I sometimes work on an innovative game engine: here
  • 📫 best way to reach me: thomas [at sign] katagames.io

Pinned Loading

  1. space-gatherer space-gatherer Public

    basic arcade game, that uses python3.8 & pygame2

    Python 1 2

  2. #MonthOfCode day 30 - infinity #MonthOfCode day 30 - infinity
    1
    # in order to run this demo, simply type:
    2
    # "pip install katasdk"
    3
    # JOIN THE Game Dev COMMUNITY on discord now!! https://discord.gg/SHdJhcWvQD
    4
    
                  
    5
    from math import cos, sin, pi
  3. use pip install katasdk before runni... use pip install katasdk before running this one
    1
    import katagames_sdk as katasdk
    2
    kengi = katasdk.kengi
    3
    kengi.init(2, caption='demo-pathfinding uses kengi')
    4
    pygame = kengi.pygame
    5
    # constants
  4. pyved-solution/pyved-engine pyved-solution/pyved-engine Public

    a pythonic❤️ modern game engine. Compatible with Python 3.x and built around pygame

    Python 76 8

  5. pygame-web pygame-web Public

    Forked from davidpendergast/pygame-web

    Some experimental project(s) based on pygame web (katasdk)

    Python

  6. ReadableCryptoMiner ReadableCryptoMiner Public

    crypto miner written in pure python, for learning purpose: demonstrates how the Monero(XMR) proof-of-work algorithm works

    Python 23 11