Skip to content

ConwayUSP/Deadly-Encounters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

161 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deadly Encounter

Deadly Encounter Menu Screen

Made with LÖVE

This is game was made for the LÖVE JAM 2026 by Conway USP. This is also our first Game Jam ;)

Deadly Encounter is a fast-paced 007-game, where you encounter six enemies, each more deadly and unpredictable then the previous. You will have a short amount of time to react — either recharge your bullets, do a simple attack, prepare a defense or heavy attack. If you get lucky you can even counter their movements. Between sessions, you can acquire items and upgrades to help you with the fight. Can you survive this deadly encounter?

Install

Pre-requisites

  • Lua 5.4+
  • LÖVE 2D 11.5+

Steps

  1. Simplily clone this repository and enter in the folder
git clone https://github.com/ConwayUSP/Deadly-Encounter.git
cd Deadly-Encounter
  1. Run the game using love.
love .

Web version (Docker)

You can build and run the web version of the game using Docker and love.js.

Pre-requisites

  • Docker installed and running

Commands (run in the project root)

  1. Build the image (this compiles the LÖVE project to WebAssembly using love.js):
docker build -t game-image .
  1. Run the container exposing the web server on port 3000:
docker run --publish 3000:80 --detach --name game game-image
  1. Open the game in your browser:
  1. (Opcional) Para recriar a imagem depois de mudanças no código, pare e remova o container e então rode o build novamente:
docker rm -f game
docker build -t game-image .
docker run --publish 3000:80 --detach --name game game-image

How to play

The rules are simple, select your action while the counter decreases, and when it gets to 0, your action takes effect.

ACTIONS:

  • Recharge: gain 1 ammo
  • Attack: spend 1 ammo to do some damage
  • Super Attack: spend 2 ammo to do a lot of damage
  • Defense: negates Attack damage and reduces Super Attack damage
  • Counter Attack: redirects the oponent damage to himself. You have 3 counters per battle

After each battle, you go to the shop. There, the guy in the counter will give you items and upgrades - choose wisely!

Assets & Credits

All visual art assets (characters, environments, UI, icons, etc.) were created by the Deadly Encounter team specifically for this project.

All audio assets (sound effects and music) were sourced from libraries with appropriate licenses and were edited/adapted to fit the game. Below is a detailed list of the sound effects used and their authors/licenses:

Authors

Acknowledgement

All visual art assets were made by our team. Audio assets were created by external authors and are used under the licenses listed in the "Assets & Credits" section above. The idea of the project was adapted from a previous project made in C. We assume all authorship over the source code of this project.

License

This project is under the MIT license. For more info see LICENSE.

About

Jogo para a primeira participação em Game Jam da Conway

Resources

License

Stars

Watchers

Forks

Contributors