Skip to content

AmazingCow-Game/BowAndArrow

Repository files navigation

Game_BowAndArrow

Made with <3 by Amazing Cow.

Description:

Game_BowAndArrow is a small "quasi"-remake of the John di Troia's Bow & Arrow.
You can find more info about the original game in Classic DOS Games

It was developed in C# using Monogame.

As usual, you are very welcomed to share and hack it.

Dedication

This game is dedicated to Instituto Mario Penna.

Take a 5 min break, take a look their site and find a way to help them :D

Thanks! <3

Download & Install:

Option 0 - Itch.io

  • The easiest option. Just grab the latest package on amazingcow.itch.io.

  • Read the Read_Me.txt to ensure that you have all the dependencies.

  • Have a lot of fun.

Option 1 - Source packages, almost just download and play.

  • Check notes bellow about source install.

Option 2 - Clone / Fork the repo and hack it.

  • Also you can just git clone https://github.com/AmazingCow-Game/Game_BowAndArrow to grab the latest version of sources.
    You should (and probably will) be good to go!

  • Check notes bellow about source install.

Notes:

The development libraries for Monogame are required.

Assuming that you have the libs installed, we made a Makefile that installs the game into your system.

So just type:

make              ## To generate the build.
sudo make install ## To install the game.

With the appropriated privileges and start gaming :D

The install target will create a .desktop entry in games sub-menu. So you can play clicking it or typing bow-and-arrow in your terminal.

Dependencies:

Game_BowAndArrow depends on:

To generate the archives using the Makefile target generate-archive the git-archive-all is also needed.

License:

This software is proudly released under GPLv3.

TODO:

  • Check the TODO file for general things.

  • This projects uses the COWTODO tags.
    So install cowtodo and run:

    $ cd path/to/the/project
    $ cowtodo 
  • We also maitain a roadmap on Trello GameBowAndArrow and Amazing Cow - Games.

That's gonna give you all things to do :D

Others:

Check our repos and take a look at our open source site.