Snake game using pygame A snake game built with python and pygame. The target is to eat apples and grow bigger. You lose if you hit the edges or collide with the snake body. Read more
Tank wars in pygame A tank game built with python and pygame. The target is to destroy the opponent with shell fire! Read more
OpenAI Gym I have tried couple of reinforcement learning algorithms like policy gradients, q-learning on OpenAI Gym environments. Read more