My Work

Check out some of my projects...

To-Do-List

Program that reminds the users things to do.

This program is basically a reminder application. Users can interact with the application and modify/add/delete items.

  • HTML
  • CSS
  • JavaScript

Vigenere-Cipher

Vigenere-Cipher was a project that I created for our computer science class in college. This project creates an encrypted message that users could see and can use for security purposes.

  1. In the video I chose to encrypt my name: "NESTOR"
  2. Check out that the encrypted message is "ARFGBE"
  3. In the second picture i put my encrypted message: "ARFGBE"
  4. The result should be the encrypted text.

Cubito

This project was made in Unity in 2020 using C# and physics and math were a big part of this project.

It's a very simple program to play. The cube moves forward and the player must avoid obstacles in order to win the game. The game is made with 3 levels that the user can enjoy.

  • C#

Simple Login

This project was made in Unity in 2020 using C# and physics and math were a big part of this project.

The goals for this project are to apply this code to one of my future projects. Ask user for username If"nestor" and "garcia123" are true, then "Succcessful Login".

  • While loop used, strings, if,else
  • Beta project