Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting Version 0.1 Ready To Go #5

Open
8 of 26 tasks
BlueKanary opened this issue Nov 7, 2020 · 0 comments
Open
8 of 26 tasks

Getting Version 0.1 Ready To Go #5

BlueKanary opened this issue Nov 7, 2020 · 0 comments
Labels
Project Note Describes an ongoing project

Comments

@BlueKanary
Copy link
Owner

BlueKanary commented Nov 7, 2020

Version 0.1 Goals

For 0.1 I want to make a very small game. Nothing concrete, just the stuff to make a simple roguelike.

What do I need to make it a game?

Following the Roguelike Tutorial we need a few things. I will come back to add anything I feel is important.

  • Game Window
  • Rendering to the window
    • Tile Rendering
    • Entity Rendering
  • Procedural Generation
    • Simple Shapes
    • Cutting Out Rooms
    • Entity Placement
  • Entity System
    • Actor Components
      • Health
      • Stats
    • Enemy AI
    • Items
  • User Interface
    • Main Menu
    • Buttons
    • Bars
  • Field of View
  • Camera
  • Inventory
    • Item Types
    • Equipping
  • Ranged Targeting
  • Saving and Loading
  • Multiple Levels
@BlueKanary BlueKanary added the Project Note Describes an ongoing project label Nov 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Project Note Describes an ongoing project
Projects
None yet
Development

No branches or pull requests

1 participant