Skip to content
View bantunesfranco's full-sized avatar
  • Codam Coding College
  • Rotterdam, The Netherlands
  • 01:30 (UTC +01:00)
  • LinkedIn in/bantunesfranco

Highlights

  • Pro

Block or report bantunesfranco

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

Hi there. Welcome to my profile.

Currently Studying at Codam Coding College / 42 School.
Learning C, C++, Python.

Here are some Codam projects that might peak your interest:

So_long : A small 2D game, using a simple graphics library.
Minishell : My own shell, based on Bash.
Webserv : Hosting my own webserver using C++.
Transcendence : Play pong with friends using Typescript and Angular.

Here are some fun personal projects:

Pong : A Pong clone in python using pygame.
Brick Breaker : A Brick Breaker clone in python using pygame.
Chess Engine : A program that calculates the best move for the current position of the board.

Some Other stuff:

AoC 2022 : Code submissions for AoC 2022
AoC 2023 : Code submissions for AoC 2023

Pinned Loading

  1. pythonchessengine pythonchessengine Public

    work in progress ...

    Python 1

  2. Pong Pong Public

    A clone of Pong

    Python

  3. pipex pipex Public

    Pipex project for Codam.The objective of this project is to

    C

  4. push_swap push_swap Public

    A program that sorts a numeric input using only 2 stacks.

    C

  5. so_long so_long Public

    A graphics project where i made a small 2D game using the MLX42 graphical library.

    C 1

  6. minishell minishell Public

    This project is about creating a simple shell. Yes, your own little bash. You will learn a lot about processes and file descriptors

    C