Giter VIP home page Giter VIP logo

mld50's People

Contributors

davidyu avatar

Watchers

 avatar  avatar

mld50's Issues

Flubby AI logic

  • implement first-pass AI/opponent
  • dumb AI (individual targeting, no overall commander)

Attack command + mechanic

  • determine valid attack 'slots' given range
  • acquire empty attack 'slot'
  • attack and do damage periodically

Buildings?

  • Invisible command center, spawns SCVs when enough minerals have been reached
  • Physical command center, occupies up to four tiles. Takes commands to spawn SCVs.

Fog of war

  • encode FOW state into map struct
  • ideally, we'd write a shader, but NO TIME!

Minerals

  • Static minerals that can be mined
  • SCV mining behavior

selection and pathfinding

  • select a group of up to 20 units (easy if we do O(n^2) search, harder otherwise)
  • issue movement commands to those units (easy)
  • HOW TO DISTRIBUTE LOCATION UGH! (hard)
    • in particular, when player issues a move command, we only have 1 target for up to 20 units. How will we distribute their target locations so that they don't go on pathfinding overdrive or do something weird?
    • likewise, with attacking, 20 units can target 1 unit, they have all to find an open location within range of the target unit. This is hard for close-combat units like Zealots, but thankfully we don't have them in this demake. ACTUALLY, SCVs ATTACK JUST LIKE ZEALOTS UGH LOL WTF

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.