Skip to content
View bodoque-01's full-sized avatar
😤
Oranging
😤
Oranging

Block or report bodoque-01

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
bodoque-01/README.md

Books I'm reading

Reading Progress

Pinned Loading

  1. evolution_ai_flappy evolution_ai_flappy Public

    AI that learns to play Flappy Bird by simulating natural selection

    Python

  2. CS50AI CS50AI Public

    My code for some of Harvard's CS50 AI course projects I enjoyed the most. A crossword solver, a minesweeper AI, a Tic-Tac-Toe AI, a Nim AI and a neural network example.

    Python

  3. nbody nbody Public

    D N-body physics simulation from scratch in C++ using Raylib, implementing Velocity Verlet integration and parallelizing physics computations with OpenMP

    C++

  4. some_algos some_algos Public

    A few algorithmic stuff. A* maze runner, rotating 3D objects and a simple linear regression algorithm from scratch

    Python

  5. chatgpt-chat-categorizer chatgpt-chat-categorizer Public

    Chrome extension that allows you to categorize chatgpt conversations

    JavaScript

  6. Shell-in-C Shell-in-C Public

    POSIX Shell implemented in C. Coded just to get a better grasp on how to use syscalls (and general memory in C), as a CodeCrafters challenge. Made in two days too, I accept no complains (jk, I do).

    C