Coder Social home page Coder Social logo

pico-8-carts's Introduction

PICO-8 Carts

Playable carts and forum threads can also be found on the lexaloffle forums.

UNYIELDING (work in progress)

My first time working with PICO-8, this cart is meant as a proof-of-concept for a combat system I've been cooking up. The design is inspired by what I most enjoy about Soulslike combat mechanics; slow, strategic combat that forces the player to think one or two steps ahead. With that said, combat in the Souls series has a number of shortcomings that I'd like to iterate on โ€” which I won't go into detail on here.

gameplay example 1 gameplay example 2

The Combat System

A short design document on the combat system's controls can be found here. The specific implementation used in-game has changed slightly from the one outlined in the design doc, but not in a significant way.

While that document outlines the ideas behind the control scheme, the efffect and interactions between different abilities is a whole other discussion. In short, the combat system uses a contested check to determine the effects of an attack: Each action has associated force, stability, and damage. When using an ability, that ability's stability determines whether you block incoming attacks. If your stability exceeds the force of an incoming attack, it is blocked, and you take no damage. If the force exceeds your stability, you will be stunned for a duration determined by the difference of those values; you will also take any damage the incoming effect might cause. An ability's stability frames usually begin a few frames before its active frames (much like the hyperarmor / superarmor used in other systems). Thus, two agents attacking each-other at the same time are likely to block each-other's attacks.

gameplay example 3 gameplay example 4

pico-8-carts's People

Contributors

aevns avatar

Watchers

 avatar

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.