Files in the top-level directory in any check-in
- .fossil-settings
- assets
- build
- src
- compile.hxml
- LICENSE
- Makefile
- README.md
- run
Bottle Royale
A survival action game.
You are an insect stuck in a bottle and you have to fight for your survival.
The official repository is at dev.nales.org.
The first version of the game was made for Ludum Dare 54 (theme: "Limited Space").
Launching the game on your computer locally
make run
And then go the given link.
On the code
Coded in Haxe. To compile the code:
make build
On the variable types used in the code, except specified otherwise:
- the coordinates are right-handed with the origin in the bottom-left corner (i.e: the Y awis goes up);
- all distance is in pixels;
- all time is in seconds;
- all speeds are by pixels by seconds;
- all angles are in degrees.
License and copyright
This project is licensed under the Apache License, Version 2.0. The terms and
conditions of this license are in the LICENSE
file.
The copyright notice:
Bottle Royale
Copyright 2023 Alex Canales (Nales)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.