Alice Li - Projects

Projects

Here are some projects I've worked on. Find my Github here.

Line Slider: Paint the World!



As a Summer Innovation Program 2018 Intern at MassDiGI, I was Lead Programmer for the game Line Slider.

  • I created 5 game mechanic prototypes.
  • I led frequent code reviews to ensure our code was clean and efficient.
  • I designed and implemented an audio manager instead of using external audio tools.
    • This allowed us to implement audio easily according to our design specifications.
    • We were able to debug audio issues easily.
    • Because we did not use external audio tools, our game was more lightweight.
  • I created a monetization model for the game.
  • I fixed bugs of all priorities.


Mouse

I made this mouse in JavaScript, using Three.js

See demo of mouse model, made in Web GL

See see a demo of mouse walking with WASD controls