A tool to design a planet for Galaxy Life Reborn game.

Overview

GLRBaseDesigner

A program to design your planet for Galaxy Life Reborn game.

Description

Do you want to share your base design with friends? Now it's a lot easier!
As we all know, rebuilding a planet from in-game screenshot can be very frustrating and not precise because of the camera angle and graphics, now you can do it easily with the help of clean and precise 2D project without unnecessary textures or strange points of view!

Usage

  • Option 1:
    1. pip install all the prerequisites
    2. Run menu.py
    3. Enjoy!
  • Option 2:
    1. Download the latest package (GLRBaseDesigner.zip file)
    2. Extract the GLRBaseDesigner.zip file
    3. Run GLRBaseDesigner.exe
    4. Enjoy!

Controls

  • To pick a new building, press LMB on one of the buttons on the right side of the screen, you can now place it using LMB inside the main grid area
  • To get the building out of your "hand", press LMB anywhere on the buttons section (to the right of the main grid area)
  • You can move one of the placed objects by pressing LMB on it while not holding another object, then press LMB again on another place or get rid of that building (see the instruction above)
  • To "destroy" the building which is already placed, use RMB while not moving any object
  • If the object has its range, you can visualise it by hovering your cursor over the building

License

This project is licensed under the terms of the MIT license. See LICENSE.md.

Prerequisites

See requirements.txt.

Screenshots

menu main

You might also like...
Graphical impimetaion of Conway's Game of Life in Python using pyglet

Conway's Game of Life in Python Konstantin Opora Conway's Game of Life: graphical implementation in python using pyglet. developed in Python 3.10.0 Re

A pygame implementation of John Conway's Game of Life
A pygame implementation of John Conway's Game of Life

Game of Life A Pygame Simulation This is a Pygame implementation of the famous Conway's Game of Life. The game features a set of very simple rules: An

🐍 Conway's Game of Life cellular automaton implemented in PyGame
🐍 Conway's Game of Life cellular automaton implemented in PyGame

Conway's Game of Life My PyGame implementation of Conway's Game of Life. This implementation involves treating all edges of the grid as stitched toget

Synthesizer based on Conway's Game of Life

Conway Synth Synthesizer based on Conway's Game of Life Trying to avoid step sequencer fashions that have been done before and basing it on actual cel

Stock game is a python program that simulates real-life stock marketing, saving, and investments

Stock game is a python program that simulates real-life stock marketing, saving, and investments. Users get to trade and manage their portfolio and manage their 100,000 dollar portfolio.

An implementation of John Conway's Game of Life.

This is an implementation of John Conway's Game of Life in Python, and a very basic and straightforward one at that.

Blender Game Engine Game Type Templates Logic Bricks (and Python script) based Game Templates for Blender

Blender-Game-Engine-Templates Blender Game Engine Game Type Templates Logic Bric

Software Design | Spring 2020 | Classic Arcade Game
Software Design | Spring 2020 | Classic Arcade Game

Breakout Software Design Final Project, Spring 2020 Team members: Izumi, Lilo For our Interactive Visualization, we implemented the classic arcade gam

Client-Server design (guess the closest number to the average score game)

Multiplayer game (enter the number closest to the average) Design Client-Server design The client's side is responsible for sending numbers from the g

Comments
  • screen size

    screen size

    it appears like i cant resize my screen size of the base designer does this come becouse i am bad or is it the program itself? still a verry nice program <3

    opened by cas10 1
Releases(v1.0.1)
Owner
jjay31
Trying to learn some Python...
jjay31
Snake game mixed with Conway's Game of Life

SnakeOfLife Snake game mixed with Conway's Game of Life The rules are the same than a normal snake game but you have to avoid cells created by Conway'

Aidan 5 May 26, 2022
a game of life implementation in python

gameoflife-py python implementation of game of life Installing As long as you have bash and curl installed and are on Linux the install script should

Raghav 5 Jun 9, 2021
Implementation of Conway's game of life in python.

?? ????‍?? Conway's Game of Life ????‍?? ?? by FranciscoCharles An interactive simulator that implements the standard Conway Game of Life with a simpl

null 3 Oct 1, 2021
Scalable computer implemented in the game of life.

scalable-gol-computer This is a computer built in Conway’s game of life. It supports variable sizes of 8, 16 and 32 bit. Maximum program size: 256 lin

Nicolas Loizeau 19 Nov 19, 2022
An interactive pygame implementation of Conway's Game of Life

Game of Life An interactive pygame implementation of Conway's Game of Life Installation Clone the repo and navigate into it. git clone https://github.

Ethan 1 Dec 5, 2021
Game of life, with python code.

Game of Life The Game of Life, also known simply as Life, is a cellular automaton. It is a zero-player game, meaning that its evolution is determined

Mohammad Dori 3 Jul 15, 2022
Simple python program to simulate Conway's game of life with custom variables.

ConwaysGameOfLife Simple python program to simulate Conway's game of life with custom variables. Custom Variables Grid-size : Change the size of the p

davidgasinski 1 Oct 28, 2021
A small fun project to simulate Conway's Game of Life, created in Python.

A small fun project to simulate Conway's Game of Life, created in Python. Conway's Game of Life simulates a grid of cells, where the state of each cell consists of whether the cell is alive or dead.

Harrison Verrios 1 Jun 19, 2022
made a life sim game because i was tired of a astray gamedev company, everything here is open-source

Srel made a life sim game because i was tired of a astray gamedev company, everything here is open-source Progress Currently making the cmd-line versi

null 2 Nov 14, 2021
A Game of Life implementation in Python

Game of Life in Python (Golipy) Golipy is a simulator of John H. Conway's Game of Life, developed in Python based on the Pygame library. This is a toy

Alber 2 Dec 10, 2021