Skip to content
View Cambuchi's full-sized avatar
💚
Working on myself.
💚
Working on myself.
Block or Report

Block or report Cambuchi

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

✌️

class Cambuchi:
    def __init__(self, h = 'human', m = 'male'):
        self.species = h
        self.display = m
    position = 'California, USA'
    height = cm(175)
    color = (229, 155, 125)
    languages = {'python': 'learning',
                 'webdev': 'learning'}
    favorites = ['D&D', 'VR', 'Cooking']

cam_nguyen = Cambuchi()

# TODO: Get a job related to computer programming.
    

Pinned

  1. LOTD-Link-Evolution-Card-Finder LOTD-Link-Evolution-Card-Finder Public

    Yu-Gi-Oh! Legacy of the Duelist: Link Evolution has over 10,000 cards to collect! For people like me who have not kept up with the Yu-Gi-Oh franchise and have no clue what 5D's, Zexal, Arc-V, or VR…

    JavaScript

  2. odin-tictactoe-ai odin-tictactoe-ai Public

    Play against an unbeatable Tic-Tac-Toe opponent. Written in JavaScript and utilizing min-max recursion for AI strategy.

    CSS

  3. odin-todo-list odin-todo-list Public

    Fully featured to-do-list application written entirely in JavaScript and built with Webpack. Uses local storage to keep track of task history across usages.

    JavaScript

  4. Sagacious-Saga-Bot Sagacious-Saga-Bot Public

    A python script to automatically play Sagacious Saga using floodfill recursion strategy.

    Python 1

  5. cambuchi.github.io cambuchi.github.io Public

    Cambuchi's home page. Coded lovingly in JavaScript and built with Webpack. Uses VantaJS for the aesthetic background.

    HTML 1

  6. odin-library odin-library Public

    Web application to keep track of which books in your library have been read with an easy to use UI. Uses Google Books API to get book covers and page counts.

    CSS