madkne / test_game

Fun Game on three.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fun Game on three.js (version 0.7)

This is just a test game using typescript, three.js and webpack :)

development

# install dependencies
npm i
# compile server
npm run generate
# compile frontend and watching for change...
npm run dev

then open http://localhost:8800/ on your browser

screenshots

screenshot1 screenshot2

game modes

view mode shift+v

just view the zone!

edit mode shift+e

select an object by cursor or search input, then show controls on target object to edit it:

  • T key: translate (move) object
  • R key: rotate object
  • S key: scale object
  • + key: increase size of control
  • - key: decrease size of control

if you press N key you can use snap on your translate, rotate, scale actions

create mode shift+c

select an object type from select box on top corner of window, then click on create object button and now you can add your object on the zone.

you can use mouse wheel and press one of follow keys to rotate object:

  • X key: Rotate on the x-axis
  • Y key: Rotate on the y-axis
  • Z key: Rotate on the z-axis

default rotation value is 0.01, but if pressed Shift key, rotation value will be 0.5.

delete mode shift+d

choose an object, can delete it!

main object types

  • wall
  • glass

character controls

use W, S, A, D keys to walk and you can press Shift key to run.

For Debug

https://gist.github.com/wtho/8a8924481763dc671c67b8868e54b695

About

Fun Game on three.js


Languages

Language:JavaScript 98.3%Language:TypeScript 1.6%Language:HTML 0.0%