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.

78 lines
2.2 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. - PAZIENZA (Slow down at a distance)
  18. - Support:
  19. - CARITAS (Margarine)
  20. - SUPERBIA (Build portals)
  21. Ideas for Heroes:
  22. - More active
  23. - Blink (Tracer) - no cooldown, but loses all speed on hitting walls
  24. - Heavy guy - Slow, but very heavy for the see-saw
  25. - Climb and glide abilities
  26. - JUMPING
  27. - More supportive
  28. - Boost - Area of effect or zarya-like cast, speeds people up
  29. - Flop - Changes side of see-saw for each team (should it be mechanic instead??)
  30. - Build - Build Zineth-like rails for anyone to use
  31. - (Combine with IRA?) Portal 2-like gels (bounce, speed, slow?)
  32. - (Combine with LUSSURIA?) Hook and swing on terrain
  33. - More offensive
  34. - Lay traps
  35. - (Combine with PAZIENZA?) Destroy buildings
  36. - (Combine wit LUSSURIA?) Hold, then release to explode enemies away
  37. Key concepts:
  38. - From mobas we take:
  39. - An emphasis on teamwork (Objective-based is a plus)
  40. - Rich, emergent interaction
  41. - Quick battles (very high replay value)
  42. - From FPS we take:
  43. - Attention bursts / rationing
  44. - Fast pace
  45. - From Zineth we take:
  46. - A rethinking of racing games
  47. - High skill cap, high(=easy) skill floor
  48. - Forgiving gameplay
  49. Running
  50. =======
  51. First, install [godot engine (3.0)](https://godotengine.org/download). Then:
  52. $ git clone https://github.com/CosineGaming/nv-moba && cd nv-moba
  53. $ godot
  54. Contributing
  55. ============
  56. I'd love to have contributions!
  57. Please open an issue first. As games are a creative project, I reserve the right to control the direction of the project.
  58. Let me know if you have a better idea for a name :)