DEV Community

Discussion on: What do you code to relax?

Collapse
 
dsaw profile image
Devesh Sawant

I usually work on side projects that are interesting and involve new concepts.
Last year, I worked on a tiny library of sorts in Python to compute the next best move in board games, using a minimax tree. The idea just came out in the last minute and I enjoyed making it! Here's the link
Right now am working on cloning a resume using CSS Flexbox.