mapengine | Framework for map-based 2D games in Python | Game Engine library

 by   jsbueno Python Version: Current License: Non-SPDX

kandi X-RAY | mapengine Summary

kandi X-RAY | mapengine Summary

mapengine is a Python library typically used in Telecommunications, Media, Media, Entertainment, Gaming, Game Engine, Pygame applications. mapengine has no bugs, it has no vulnerabilities, it has build file available and it has low support. However mapengine has a Non-SPDX License. You can download it from GitHub.

This project is to serve as an open framework for easy creation of complete Python 2D games that make use of a map and scenario. The engine defines base classes and utilities that will allow one to describe a game scene for either a 2D map game (an Adventure, or 2D shooter top view shooter) or a side-scrolling game (shot’em up, platformer, side-scrolling shooter) by drawwing the maps directly ina pixel-based Image editor (GIMP 2.8 will do), and implementing sub-class to describe the behavior of the various elements on the scene, and bind image_map colors to in-game objects. The initial version uses Pygame, but the plans are to abstract that away to allow for other 2D multimedia libraries to be used (one wanted target is Brython + html5 Canvas). The project is being created as part of the 2015 edition of the "Jovem Hacker" project in Campinas -- and to provide a code-base upon which the students can create their final projects as Python games.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              mapengine has a low active ecosystem.
              It has 11 star(s) with 0 fork(s). There are 3 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              mapengine has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of mapengine is current.

            kandi-Quality Quality

              mapengine has 0 bugs and 0 code smells.

            kandi-Security Security

              mapengine has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              mapengine code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              mapengine has a Non-SPDX License.
              Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.

            kandi-Reuse Reuse

              mapengine releases are not available. You will need to build from source code and install.
              Build file is available. You can build the component from source.
              Installation instructions are not available. Examples and code snippets are available.
              mapengine saves you 444 person hours of effort in developing the same functionality from scratch.
              It has 1049 lines of code, 107 functions and 12 files.
              It has medium code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed mapengine and discovered the below as its top functions. This is intended to give you an instant insight into mapengine implemented functionality, and help decide if they suit your requirements.
            • A simple main loop
            • Hard reset the game
            • Reset the scene
            • Load scene
            • Automatically auto - load images
            • Resize the image
            • Load a raw image
            • Load an image sequence
            • Updates the falling actor
            • Handles touch events
            • Move the player
            • Update the game
            • Show a text message
            • Process all registered events
            • Updates the scroll count
            • Clusters the target location
            • Return current working directory
            • Blocking callback
            • Load image
            • Override onoverlay
            • Update the sprite
            Get all kandi verified functions for this library.

            mapengine Key Features

            No Key Features are available at this moment for mapengine.

            mapengine Examples and Code Snippets

            No Code Snippets are available at this moment for mapengine.

            Community Discussions

            QUESTION

            Promise chain does not resolve; what is the correct way to fix?
            Asked 2020-Jul-12 at 20:13

            I am using rollup to build a web bundle for my page. I have one promise chain that is working fine, but another that is attempting to load a map that is not executing.

            I've put breakpoints in, and I can see the break at the last line p().then((m)=>console.log) and Q.spread(...), but the other promised methods don't execute.

            How am I failing to force the promise to resolve?

            Here's my code:

            ...

            ANSWER

            Answered 2020-Jul-12 at 20:13

            That's not how Q.spread would work. A promise still resolves only to a single value, spread is about affecting how the callback will get called. According to the docs, you'll have to write either

            Source https://stackoverflow.com/questions/62865627

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install mapengine

            You can download it from GitHub.
            You can use mapengine like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/jsbueno/mapengine.git

          • CLI

            gh repo clone jsbueno/mapengine

          • sshUrl

            git@github.com:jsbueno/mapengine.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link