Coder Social home page Coder Social logo

broadsteryt / orbeeto Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 30.27 MB

A bullet hell top-down shooter with portals and puzzle mechanics. What more stimulation could you want?

Python 100.00%
bullet-hell indie-game topdownshooter videogame puzzle-game

orbeeto's Introduction

Orbeeto

cc-by-nc-nd-shield

Description

Get ready to embark on an interplanetary journey as Orbeeto, the small but mighty-powerful robotic mercenary aboard the Cygnus Ascendant, in this epic bullet-hell puzzle-solving game!

As the nearest star sets upon its solar evening, chaos erupts on the Cygnus Ascendant. The ship is under attack, and it's up to you to take down the opposition and restore order. Maneuver through challenging obstacles, dodge enemy fire, and unleash a barrage of attacks on your foes. The fate of the ship rests in your hands.

With intuitive controls and a challenging gameplay experience, you'll need to think fast and act even faster to survive the onslaught. As you progress, you'll uncover the secrets of the Cygnus Ascendant and the forces behind the attack.

Featuring retro graphics and a dynamic soundtrack, Orbeeto's adventure will take you through a thrilling sci-fi world filled with danger and adventure. With every movement forward, you'll be faced with new puzzles to solve and increasingly difficult enemies to defeat.

Take on the challenge, protect the Cygnus Ascendant, and become the hero the universe needs. Are you ready to blast your way through this action-packed adventure? Get ready to save the galaxy as Orbeeto in this exhilarating bullet-hell puzzle-solving game!

License

This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.

cc-by-nc-nd-image

orbeeto's People

Contributors

broadsteryt avatar

Stargazers

 avatar

Watchers

 avatar

orbeeto's Issues

Screen shake function

Make a function that will shake the screen for a specific duration and with a specific intensity.

Ammo StatBar

Add a stat that gives the player a select amount of ammo that can be replenished by scrolling the mouse wheel

Create rooms with player scrolling

Create a function for every sprite class called getAccel()

class Class(ActorBase):
    def __init__(self):
        ...

    def getAccel(self):
        ...
        return own_accel_value + room_accel_value

    def movement(self):
        self.accel = getAccel()

Tooltips in inventory menu

When hovering over an item/material in the inventory, a tooltip box should appear and give a description of the item and its stats.

Custom cursor

Make a custom cursor for the game, with custom indicator icons

Key binds do not cross over portals

Key binds do not carry over through portals. For example, there are two portals; one faces south and one faces east. If the player holds the up key through the south portal, when they exit through the east portal, the will continue moving up even though they should be moving west.

Equipment selection in menu

Allow the player to select equipment in the inventory menu. Distinguish the currently selected equipment from the rest.

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.