Skip to content
View chanrt's full-sized avatar
๐ŸŽ“
Learning
๐ŸŽ“
Learning

Organizations

@tee-lab @visualize-it @apho2022

Block or report chanrt

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

Welcome,

I'm a hobbyist programmer interested in modeling and simulations of Complex Systems. I'm always eager to learn and explore fascinating concepts. I'm particularly fascinated by how simple models can explain/replicate complex phenomena, how emergent behavior arises from simple interactions, and how spontaneous order appears in disordered systems. Looking forward to harnessing computational power, analytical tools, as well as recent strides in artificial intelligence to disentangle and study such phenomena.

  1. โš›๏ธ Visit my interactive simulations and visualizations website, Visualize It, to find out what I'm talking about
  2. ๐ŸŽฎ I also develop games. Check out the entire showcase here
  3. ๐Ÿ› ๏ธ I've attempted to make my own programming language - Verbose. You can find its interpreter prototype in this repository
  4. ๐ŸคŽ Sometimes, I write programs to make my (and hopefully others') life easier. Examples include a freely typed scientific calculator, a latex pseudo-package to simplify writing complex equations, modules to implement user interface and animations in pygame, a small app to implement lattice-based rangoli-art, etc
  5. ๐Ÿค– I've also dabbled in AI - Chess AI with minimax, segmentation and character recognition of hand-written and printed text, and a game that utilizes hand signals from webcam as input
  6. ๐ŸŒ I used to develop websites. Besides some examples presented above, I have also developed the websites for iGEM Team IISc 2021, Pravega (IISc UG's Sci-Tech fest) and my own website
  7. โš™๏ธ I sometimes solve random coding problems for the heck of it. I mostly like problems that involve complex logic, dynamic programming, back-tracking, and recursive logic. You can check out my LeetCode profile here.

For professional queries, please email me at chandan.relekar@gmail.com. Otherwise, you should raise issue(s) in the corresponding repository.

Thanks for visiting my profile!

Pinned Loading

  1. visualize-it/visualize-it.github.io visualize-it/visualize-it.github.io Public

    View scientific concepts at work. Anytime. Anywhere

    JavaScript 80 6

  2. py-factory py-factory Public

    A simplified Factorio clone developed in Python. A game that involves supply chain optimization

    Python 19 2

  3. procedural-racing-3d procedural-racing-3d Public

    A racing game with randomly generated tracks that utilizes raycasting to give an illusion of 3D

    Python 7

  4. chess-ai chess-ai Public

    Yet another attempt to make faster and better chess AI

    Python 1

  5. game-dev game-dev Public

    A group of games developed in Visual C++: Pong, Snake game, TicTacToe, Helicopter game and a Zombie shooter game

    C++

  6. verbose-interpreter-python verbose-interpreter-python Public

    A python interpreter for my programming language - Verbose.

    Python