jcornaz / bevy-jam-2

My (potential) contribution for the bevy-jam 2 https://itch.io/jam/bevy-jam-2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Combine vs aliens

My submission for the bevy-jam 2. (the theme was "Combine")

The game is playable here

Status

This was a game-jam project there is no intention to continue working on it. The code is an untested tightly coupled mess.

Game idea

You are in the middle of a crop field and drive a combine that needs to harvest as much crop as possible.

But enemies are attacking both the field and the combine. Conveniently the combine is equipped with a turret that can shoot enemies using the harvested crop as AMMO.

The game is played on a grid of squared cells. A cell can be harvested at most once. Cells may also be "harvested" or "destroyed" by enemies.

Difficulty gradually increases over time as there is fewer crop to harvest. The game ends on player death, showing a score that is the quantity of the harvested crop.

Controls

  • Use WASD or the arrow keys to change the direction of the combine (the combine advances automatically and cannot be stopped)
  • Aim with the mouse and shoot with left-click

Unlicense

This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.

In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to http://unlicense.org/

About

My (potential) contribution for the bevy-jam 2 https://itch.io/jam/bevy-jam-2

License:The Unlicense


Languages

Language:Rust 99.6%Language:HTML 0.4%