Coder Social home page Coder Social logo

imace / akkakillthecharactersgame Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alvinj/akkakillthecharactersgame

0.0 2.0 0.0 226 KB

A little 'kill the characters' video game written with Akka actors

License: GNU General Public License v3.0

akkakillthecharactersgame's Introduction

An Akka Actors "Kill The Characters" Game

This is a simple video game written with the Scala programming language and Akka Actors.

Object of the Game

The object of the game is to type all of the letters and numbers before they reach the top of the screen. If you type them all first, you win, otherwise you lose.

Status

This is very much an "Alpha" release. Everything seemed to be working well on my old iMac, and then I tried using it on my new MBA, and, well ... I think I got the bugs worked out.

Demonstration

You can see the game in action here:

Running the Game

Package the game with the sbt assembly command. This uses the sbt-assembly plugin to create a single JAR file. Once it creates a JAR file in the target directory, run the JAR file like this (the name will be different):

java -jar target/AkkaGame-1.0.jar

By default that command uses 10 circles. Set the game to use four circles like this:

java -jar target/AkkaGame-1.0.jar -n 4

You can also adjust the game speed. Set the game to use four circles and double the speed like this:

java -jar target/AkkaGame-1.0.jar -n 4 -s 2.0

I haven't seen any problems with the game on my six-year-old Mac, but if you do, you can try running it like this:

java -client -Dsun.java2d.opengl=true -jar target/AkkaGame-1.0.jar

In theory that command should make the game run a little faster, or redraw better.

Created By

The original game was created by Alvin Alexander, http://alvinalexander.com

akkakillthecharactersgame's People

Contributors

alvinj avatar

Watchers

 avatar  avatar

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.