Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

mralve/Zombie-Curtains-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zombie Curtains 3™ ⚠ Work in progress! ⚠

An experimental 2D top-down survival game, originally developed by ZurraGameZ in 2011. This is the third edition of the game, being developed in the Amethyst game engine. This game is procedurally generated, with different types of enemies in the form of zombies.

How to run

You only need the following setup on your computer to run the game.

git clone https://github.com/mralve/Zombie-Curtains-3.git
cd Zombie-Curtains-3
cargo run --release
  • Note, running with --release tag takes more time to compile, but has the best runtime performance. excluding the tag enters debug mode, good for general development.

Development status.

Current short term goals.

  • Refactor and upgrade to Amethyst 0.13.2
  • Implement basic tilemap.
  • Re-implement basic player mechanics.
  • Basic combat.

Long term goals.

  • World Generation (Trees, Structures, ect.)
  • Advanced inventory management (Pickup items, drag and drop, stacking)
  • Multiplayer???
  • Advanced AI, (A-star) or ML(Machine learning)
  • Saving and loading.
  • Proper pause menu and start menu.
  • More to come here :)

More Experiments under the same "franchise"

Java raycaster experiment. https://github.com/TheEggHealer/Zombie-Carpet

About

2D top-down in the Amethyst game engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages