Skip to content

Latest commit

 

History

History
64 lines (52 loc) · 2.54 KB

File metadata and controls

64 lines (52 loc) · 2.54 KB

CryptShoke

license itch bili

A 3D TPS game developed on Unity3D

Code download

git clone [email protected]:Genius-Society/CryptShoke.git
cd CryptShoke

Requirements

  • Compatible with Windows 7+
  • Running game body may require DirectX

Scenario

Our protagonist crosses into a crypt. Trolls and robots, ancient and future, are all mixed in this world. Faced with all sorts of enemies, how could he escape the maze with his gun? Let's see what he will get!

Basic introduction to the game

Operate the protagonist to walk in a crypt, and hit the boss in the boss room to win. The game is divided into three difficulty modes: simple, medium, and difficult for players to choose. The intro in Chinese is here.

Figure 1: Game main interface

Main codes

Protagonist codes

Figure 2: Protagonist codes

AI codes

Figure 3: AI codes

Boss AI codes

Figure 4: Boss AI codes

Other codes

Figure 5: Other codes

Future work

  • The pause button can be set
  • Set up more levels and switch between levels
  • More skills and more items
  • Program optimization

Thanks