CosPlay
   _________            ______________
   __  ____/_______________  __ \__  /_____ _____  __
   _  /    _  __ \_  ___/_  /_/ /_  /_  __ `/_  / / /
   / /___  / /_/ /(__  )_  ____/_  / / /_/ /_  /_/ /
   \____/  \____//____/ /_/     /_/  \__,_/ _\__, /
                                            /____/
   🕹 2D ASCII JVM GAME ENGINE FOR SCALA3
 
  |  |  |  |  |  | 
|  |  |  |  |  | 
- Full documentation at https://cosplayengine.com
- Examples https://cosplayengine.com/devguide/examples.html
- Main API is located in org.cosplay package.
- GitHub project https://github.com/nivanov/cosplay
Examples located under org.cosplay.examples package:
- Animation Examples
- Camera Examples
- Video Examples
- Image Examples
- Canvas Examples
- Shaders Examples
- Sound Examples
- Text Input Examples
- Layout Examples
- Dialog Examples
- ListBox Examples
- Particle Effect Examples
- Fonts Examples
- Tile Mapping Examples
Built-in games located under org.cosplay.games package:
Maven dependency:
<dependency> <groupId>org.cosplayengine</groupId> <artifactId>cosplay</artifactId> <version>0.9.5</version> </dependency>
SBT dependency:
libraryDependencies += "org.cosplayengine" % "cosplay" % "0.9.5"
Attributes
Members list
In this article