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.

62 lines
1.7 KiB

  1. A Nonviolent MOBA
  2. =================
  3. > A team game with an emphasis on movement (with no shooting), inspired by Overwatch and Zineth
  4. Main mechanics ideas:
  5. - Teams start side-by-side and must get to objective
  6. - Objective is a see-saw: have more mass on your side of point
  7. Side mechanics ideas:
  8. - Maze-like map
  9. - After enough movement, player can switch characters (switching is a mechanic, not a meta-game! no one-tricks)
  10. - Speed up slowly over time. Reset on switch
  11. Ideas for characters:
  12. - More active
  13. - Blink (Tracer) - no cooldown, but loses all speed on hitting walls
  14. - Heavy guy - Slow, but very heavy for the see-saw
  15. - Flying, of course
  16. - More supportive
  17. - Merge - combines with someone to boost their speed
  18. - Boost - Area of effect or zarya-like cast, speeds people up
  19. - Flop - Changes side of see-saw for each team (should it be mechanic instead??)
  20. - Build - Build Zineth-like rails for anyone to use
  21. - Teleportation - (for others! or maybe including the enemy too!)
  22. - More offensive
  23. - Lay walls
  24. - Lay traps
  25. - Destroy buildings
  26. - Slow in AoE
  27. Key concepts:
  28. - From mobas we take:
  29. - An emphasis on teamwork (Objective-based is a plus)
  30. - Rich, emergent interaction
  31. - Quick battles (very high replay value)
  32. - From Zineth we take:
  33. - A rethinking of racing games
  34. - High skill cap, low skill floor
  35. - Forgiving gameplay
  36. Running
  37. =======
  38. First, install [godot engine 3.0-rc1](https://godotengine.org/article/dev-snapshot-godot-3-0-rc-1). Then:
  39. $ git clone https://github.com/CosineGaming/nv-moba && cd nv-moba
  40. $ godot
  41. Contributing
  42. ============
  43. I'd love to have contributions!
  44. Please open an issue first. As games are a creative project, I reserve the right to control the direction of the project.
  45. Also, I need a name!!!