A team game with an emphasis on movement (with no shooting), inspired by Overwatch and Zineth
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

75 lines
2.0 KiB

  1. VANAGLORIA (working title)
  2. ==========================
  3. > A team game with an emphasis on movement (with no shooting), inspired by Overwatch and Zineth
  4. ![Four heroes on the first level](docs/2018-02-14-heroes.png)
  5. Main mechanics ideas:
  6. - [x] Teams start side-by-side and must get to objective
  7. - [x] Objective is a see-saw: have more mass on your side of point
  8. Side mechanics ideas:
  9. - [x] After enough movement, player can switch characters (switching is a mechanic, not a meta-game! no one-tricks)
  10. - [x] Speed up slowly over time. Reset on switch
  11. Current heroes:
  12. - Active:
  13. - INDUSTRIA (Wallriding mfer)
  14. - Offensive:
  15. - IRA (WallMAKING mfer)
  16. - LUSSURIA (An ATTRACTIVE mfer)
  17. - Support:
  18. - CARITAS (Margarine)
  19. Ideas for Heroes:
  20. - More active
  21. - Blink (Tracer) - no cooldown, but loses all speed on hitting walls
  22. - Heavy guy - Slow, but very heavy for the see-saw
  23. - Climb and glide abilities
  24. - More supportive
  25. - Boost - Area of effect or zarya-like cast, speeds people up
  26. - Flop - Changes side of see-saw for each team (should it be mechanic instead??)
  27. - Build - Build Zineth-like rails for anyone to use
  28. - Teleportation - (for others! or maybe including the enemy too!)
  29. - Portal 2-like gels (bounce, speed, slow?)
  30. - More offensive
  31. - Lay walls
  32. - Lay traps
  33. - Destroy buildings
  34. Key concepts:
  35. - From mobas we take:
  36. - An emphasis on teamwork (Objective-based is a plus)
  37. - Rich, emergent interaction
  38. - Quick battles (very high replay value)
  39. - From FPS we take:
  40. - Attention bursts / rationing
  41. - Fast pace
  42. - From Zineth we take:
  43. - A rethinking of racing games
  44. - High skill cap, high(=easy) skill floor
  45. - Forgiving gameplay
  46. Running
  47. =======
  48. First, install [godot engine (3.0)](https://godotengine.org/download). Then:
  49. $ git clone https://github.com/CosineGaming/nv-moba && cd nv-moba
  50. $ godot
  51. Contributing
  52. ============
  53. I'd love to have contributions!
  54. Please open an issue first. As games are a creative project, I reserve the right to control the direction of the project.
  55. Let me know if you have a better idea for a name :)