Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/harmboschloo/vectorracer4k

Turn-based racing game, originally for the Java4K 2007 Competition.
https://github.com/harmboschloo/vectorracer4k

game java

Last synced: 25 days ago
JSON representation

Turn-based racing game, originally for the Java4K 2007 Competition.

Awesome Lists containing this project

README

        

# Vector Racer 4k

Entry for the Java4k 2007 Contest http://java4k.com (website offline)

## Game description

Vector racer is a turn-based racing game best player against
friends. Use the arrow and enter keys to navigate and play.
Press escape to return to the menu or exit.

## Review

see http://x2d.org/java/4k/2007/

Who'd have thought turn-based racing to be the future of racing games? Not me,
anyway. In any case, I love this game with all my heart. It's almost flawlessly
executed - great graphics, splendid gameplay, and technically very impressive.
This is 4k at its best!
Great graphics, excellent gameplay, and technically excellent.

| | |
| ---------------- | --- |
| Graphics | 3 |
| Gameplay | 4 |
| Technical | 4 |
| Other | |
| - AI opponents | +1 |
| - Intuitive menu | +1 |
| Total score | 13 |

## Where can I play?

Unfortunately the game is offline.
I you want to play it you have to build it yourself or execute the `V.jar` file.

For instance in IntelliJ IDEA:

* create a Java project
* add V.java to the src
* create an Application run configuration and run it