• Stars
    star
    177
  • Rank 215,985 (Top 5 %)
  • Language
    Scala
  • License
    Apache License 2.0
  • Created over 3 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

πŸ•Ή 2D ASCII Game Engine for Scala3
_________            ______________               
__  ____/_______________  __ \__  /_____ _____  __
_  /    _  __ \_  ___/_  /_/ /_  /_  __ `/_  / / /
/ /___  / /_/ /(__  )_  ____/_  / / /_/ /_  /_/ /
\____/  \____//____/ /_/     /_/  \__,_/ _\__, /  
                                         /____/
        ASCII Game Engine for Scala3             

License build Maven Central

Check out www.cosplayengine.com for the full documentation.

What is CosPlay?

CosPlay is 2D ASCII game engine written in Scala3:

  • Free, open source and royalty free
  • First truly native ASCII/ANSI game engine
  • Freedom of JVM runtime ecosystem
  • Native support for any ANSI terminal on macOS, Windows, Linux, Unix, or z/OS
  • 8-bit and "True Color" 24-bit color modes
  • Advanced sprite-based animation
  • Camera focus tracking
  • Extensive 2D ASCII graphics support
  • Powerful user-programmable shaders
  • Built-in particle effects support
  • Extensive imaging support including REXPaint format
  • Multi-channel audio & ASCII-video support
  • 277 built-in FIGLet fonts with full rendering
  • Built-in log viewer, debugger and terminal emulator

Install

Prerequisites:

Using SBT:

libraryDependencies += "org.cosplayengine" % "cosplay" % "0.9.3"

Using Maven:

<dependency>
  <groupId>org.cosplayengine</groupId>
  <artifactId>cosplay</artifactId>
  <version>0.9.3</version>
</dependency>

Questions?

Copyright

Copyright (C) 2023 Rowan Games, Inc.

CosPlay Logo