Skip to content

CommanderTrip/night-cage-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

night-cage-rust

This is an implementation of the fun board game The Night Cage in Rust. I really enjoyed playing the game and decided to try and recreate it in Rust using the Bevy Game Engine.

This is the FIRST GAME I have ever made and look forward to all the fun and new learning experiences I will gain in the process. The code will remain open sourced FOREVER, and credits for the original game go to:

  • Ross Saunders
  • Chris Chan
  • Chris McMahon

Version 0.5.0 Goals

  • Playable Version of the basic game (no advanced monsters)
    • Single player (4 usable characters)
      • State Machine
        • Normal
        • Falling
        • Lights Out
      • Nerve System
    • 6 x 6 board system
      • Player Navigation
      • Tile Management
    • Tile Queuing system
      • Start
      • Key
      • Gate
      • Wax Eater
      • Straight
      • T
      • 4-way
  • About Page
    • Credits to Original Authors
    • Credits to Used Libraries
    • Credits to Me :)
  • Options Page
  • Exit Button

Fixes/Improvement Ideas

  • Make buttons have rounded corners
  • Make the main menu into a Bevy plugin
  • Fix Main menu font size flickering

Version 1.0.0 Goals

  • Improved Atmosphere
    • Music
      • Volume Options
      • Music Credits
    • Flavor Text
    • Images/Sprites
  • Improved Styles
  • Rules page / Help
  • Advanced Monsters
    • Options to toggle monsters on/off
    • Keepers
    • Pit Fiends
    • Omens
    • Pathless

Version 1.5.0 Goals

  • Persistence/Game Saves
  • LAN Multiplayer

Version 2.0.0

  • Online Multiplayer

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages