Skip to content

Forest is an arena game develop using Amethyst a Rust game engine

License

Notifications You must be signed in to change notification settings

Guileas/forest_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

History

This game came in my head when listening to Hugo Kant album name Far From Home hope you will enjoyed it as much as I do!

Why Rust?

Cause it was hard and fun

Launch the game

cargo run

Sprites

Features

  • Change the basic file configuration to use entity/component
  • Finish animation system for hero
  • Create animation system for monster
  • Create life point system
  • Create the start page
  • Create the first stage
  • Create the configuration page
  • Create system for manage input
  • Create system for manage audio
  • Test

Folders

  • Assets : contains all sprite or spritesheet needed for the game
  • Config : contain all game configuration
  • Src : main folder of the game
    • components : contain the definition of a game object (similar to model)
  • Systems : logic generic of the game (basic movement, animation, etc.)

Config files

  • Cargo.toml : manage dependencies (similar to package.json)

Audio

About

Forest is an arena game develop using Amethyst a Rust game engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages