Giter Club home page Giter Club logo

divefrog's Introduction

DiveFrog

My first coding project! It works but the code is horrible. Please forgive me. It runs in LOVE2d 0.10. Thanks. I will compile this into a MacOS and Windows version eventually. Sorry for this low quality readme.

divefrog's People

Contributors

brian-lui avatar

Watchers

 avatar  avatar

divefrog's Issues

Special move on same frame

Fix bug where don't get a special if pressed on same frame (don't use callback, look up keybuffer in love.update)

(need to check if fixed already with new keybuffer code)

Headshots

Should be easy just make a new hitbox table

Improved super bar

Implement super bar as:

  1. base "empty super bar" frame
  2. image of a full super bar, with fancy effects. In black and white
  3. modulus time to show fancy effects. getquad to get relevant quad to draw
  4. setColor to change color of bar depending on % meter full

NETPLAY

  1. Each frame, pass down the keystates through the internet tubes
  2. Create a new method, getCurrentState(), that will get the current position, velocity, super meter, etc, all the frog information
  3. Each frame, apply the keystates to the current getCurrentState()
  4. Profit

More fighters

Sun Badfrog

Some Testament type guy who makes webs

Camera zoom

Useful for frogfactor, KO, maybe others too

Draw lifebar decreasing on KO

self.life = 96. When KOed, decrease self.life by 1 each frame and draw the quad. if self.life < 96 then love.graphics.draw etc.

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.