Skip to content

Game likes dragon quest (traditional JPRG) by bevyengine.

Notifications You must be signed in to change notification settings

scnsh/dq-like-rpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dq-like-rpg

Rust

Game likes dragon quest (traditional JPRG) by bevyengine.

ScreenShot

simplescreenrecorder-2021-07-03_07.45.13.mp4

How to Build

Prerequisites

cargo install cargo-make

Build and serve WASM version

cargo make serve

then point your browser to http://127.0.0.1:4000/

Build and run native version

cargo run --features native

This project have multi-target(WASM/Native) and use template.

Also use game template.

How to Play

  • Map is auto generated.
  • Move by arrow keys.
  • Loop at the top, bottom, left and right edges of the map.
  • Encount enemies on grass, forest, mountain field randomly with different rate.
  • Encount goblin on grass, skeleton on forest, griffin on mountain.
  • Defeat enemies to gain experience and level up.
  • Lich (the last boss) is in the castle, defeat Lich and you're in the clear.
  • Mini-map shows the location of towns and castles.
  • HP and MP are restored by visiting the town and acquire treasure on first visit.
  • The treasures are "magic spells" and "ability enhancement items".

Credit

Inspiration

Assets

About

Game likes dragon quest (traditional JPRG) by bevyengine.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published