An open API service indexing awesome lists of open source software.

https://github.com/jcs090218/jcscos2x_lib_src

Small library provide a fast simple and easy to implement layer for parallax effect and basic features for making a 2D game
https://github.com/jcs090218/jcscos2x_lib_src

cocos2d-x game library

Last synced: 11 months ago
JSON representation

Small library provide a fast simple and easy to implement layer for parallax effect and basic features for making a 2D game

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.com/jcs090218/JCSCos2x_Lib_src.svg?branch=master)](https://travis-ci.com/jcs090218/JCSCos2x_Lib_src)
[![Cocos2Dx](https://img.shields.io/badge/cocos2d--x-3.13.1-blue.svg)](https://www.cocos.com/en/)
[![Release Tag](https://img.shields.io/github/tag/jcs090218/JCSCos2x_Lib_src.svg?label=release)](https://github.com/jcs090218/JCSCos2x_Lib_src/releases/latest)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

# JCSCos2x

Small library provide a fast simple and easy to implement layer for
parallax effect and basic features for making a 2D game.

## What does this library does?

This library provide the the interface of understanding cocos2d-x framework,
so developer can easily use the cocos2d-x framework instead of reading those out
dated documenetation on other website. is a small library and simple wrapper, i
do not think ppl will spent that much of time reading the source code.

## Features

* Animator System - animator control multiple animations and can be switch from
one animation to another animation.
* Layer Wrapper - Provide the design of multiple layer include canvas space.
* Sound Player - switch sound between scene and play SFX.
* Input System - encapsulate the input buffer to a easy to use API.

## Example Source

* Example file can be download at 'example' directory from the root
of the project.

## Video

* https://www.youtube.com/watch?v=SMMtxSFFqgo&feature=youtu.be

## Todo List

- [ ] There is still issue with the audio engine.