igorceridorio / pacman

Development of a Pacman game using Three.js.

Home Page:http://igorceridorio.github.io/pacman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pacman

Development of a Pacman game using three.js.

For the logic of the game, pure Javasccript was used. The graphics were created with three.js. I also used a couple libraries:

  • trackballControls.js;
  • stats.min.js;
  • threex.pacman.js;
  • sweetalert.js.

The main goal is to run this project in desktops, but simple touch control was added so it can be executed in tablets and smartphones as well.

Game can be played at: http://igorceridorio.github.io/pacman

University of Nebraska at Kearney. CSIT422 - Computer Graphics - Fall 2015.

About

Development of a Pacman game using Three.js.

http://igorceridorio.github.io/pacman

License:MIT License


Languages

Language:HTML 47.3%Language:JavaScript 27.6%Language:CSS 25.0%