/my_projects

Assortment of Various Software I've Made For Fun, see ReadMe below

Primary LanguageC++

my_projects

assortment of projects here:

  1. Pong (Java) is - Tennis, Ball, Paddle, PlayerPaddle, Enemy Paddle
  2. Tic Tac Toe (C++) - one file, simple console based tic tac toe
  3. Reverse String (C++) - my own take on a simple class to reverse strings, single words only
  4. Download Mirror Link (Java) - simple console Java app that prompts for mirror-link URL & begins download (must be mirror link), will need to rename the file extension after download :)
  5. Open World Voxel Game (Unity) - uses Perlin Noise formula to instantiate a single prefab of a block to determine varying degrees of frequency and amplitude to create a sense of a scale - all while being computationally efficicent. Files (CameraController.cs, FPSTarget.cs, PlayerController.cs, PlayerMoveNew.cs, simpleVoxelFarm.cs)