Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Go-based 2D game to relax after a long coding time. It aims at chasing for more loves with lots of precision before any action.

License

Notifications You must be signed in to change notification settings

jeamon/moreloves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoreLoves

A simple 2D game to play during time when you need to relax after a deep coding time. On your lovely terminal, use your keyboard keys to navigate and chase for more loves. You can even chase for bullets to increase your budget. Remember that only the accuracy of your cursor's position is the key to succeed at this lovely game.

Enjoy :)

live example

Features / Goals

  • use keyboard (CTRL+C) to close immediately the whole program.

  • Press Enter key to initiate a shooting toward the target.

  • Press Space key to initiate a shooting toward the target.

  • use Tab key to move faster like 4 steps on the right.

  • use ↓ key to move faster like 4 steps on the left.

  • use ↔ to navigate on the left and right one step.

  • view in real-time the current direction of the weapon.

  • view in real-time the number of loves collected/hit.

  • view in real-time the number of bullets left.

  • view in real-time the time spent since the game started.

Demo

Preview on my youtube channel. click here

Installation

  • Download executables files

Please check later on releases page

  • From source on windows
$ git clone https://github.com/jeamon/moreloves.git
$ cd moreloves
$ go build -o moreloves.exe .
  • From source on linux/macos
$ git clone https://github.com/jeamon/moreloves.git
$ cd pingo
$ go build -o moreloves .
$ chmod +x ./moreloves

Getting started

  • Download the executable file and if you are on windows start the game program by double-clicking on it.

  • Or navigate to the executable folder and run from terminal (set the terminal background to black color).

> moreloves.exe 
$ ./moreloves

License

Please check & read the license details

Contact

Feel free to reach out to me before any action. Feel free to connect on Twitter or linkedin

About

Go-based 2D game to relax after a long coding time. It aims at chasing for more loves with lots of precision before any action.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages