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.
- California
- cambuchi.github.io
Pinned Loading
-
LOTD-Link-Evolution-Card-Finder
LOTD-Link-Evolution-Card-Finder PublicYu-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
-
odin-tictactoe-ai
odin-tictactoe-ai PublicPlay against an unbeatable Tic-Tac-Toe opponent. Written in JavaScript and utilizing min-max recursion for AI strategy.
CSS
-
odin-todo-list
odin-todo-list PublicFully 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
-
Sagacious-Saga-Bot
Sagacious-Saga-Bot PublicA python script to automatically play Sagacious Saga using floodfill recursion strategy.
Python 1
-
cambuchi.github.io
cambuchi.github.io PublicCambuchi's home page. Coded lovingly in JavaScript and built with Webpack. Uses VantaJS for the aesthetic background.
HTML 1
-
odin-library
odin-library PublicWeb 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
If the problem persists, check the GitHub status page or contact support.