Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yusdacra/neonment
A hero shooter featuring lots of neon lights. Made with Godot. This is a mirror repo.
https://github.com/yusdacra/neonment
foss free godot gpl libre neon-lights open-source video-game
Last synced: 3 months ago
JSON representation
A hero shooter featuring lots of neon lights. Made with Godot. This is a mirror repo.
- Host: GitHub
- URL: https://github.com/yusdacra/neonment
- Owner: yusdacra
- License: gpl-3.0
- Created: 2020-05-26T14:53:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-23T18:09:04.000Z (10 months ago)
- Last Synced: 2024-05-01T16:27:28.470Z (9 months ago)
- Topics: foss, free, godot, gpl, libre, neon-lights, open-source, video-game
- Language: GDScript
- Homepage: https://gitlab.com/yusdacra/neonment
- Size: 254 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![Matrix](https://img.shields.io/matrix/neonment:matrix.org?label=General%20Chat&style=flat-square)](https://matrix.to/#/!bvDgjKjhEDWtYXoeXn:matrix.org?via=feneas.org&via=matrix.org)
[![Matrix](https://img.shields.io/matrix/neonment-dev:matrix.org?label=Dev%20Chat&style=flat-square)](https://matrix.to/#/!iBcMbYbiTGUBxLqqlJ:matrix.org?via=feneas.org&via=matrix.org&via=t2bot.io)# Neonment
A first person hero shooter that features lots of neon lights. The name may change in the future.## Running
- For client:
- Get a debug build from the latest pipeline artifacts, and uncompress it.
- [Linux](https://gitlab.com/yusdacra/neonment/-/jobs/artifacts/master/download?job=linux-client)
- You need to run `chmod +x NeonmentClient.x86_64` to make the game executable.
- [Windows](https://gitlab.com/yusdacra/neonment/-/jobs/artifacts/master/download?job=windows-client)
- [Mac OS](https://gitlab.com/yusdacra/neonment/-/jobs/artifacts/master/download?job=mac-client)
- Or:
- Get [Godot](https://godotengine.org/download)
- Clone the project (Or download a specific commit / tag)
- Open your terminal and from the root of the project, run `path/to/godot common/main.tscn`
- For server:
- Get [Godot server binary](https://godotengine.org/download/server) (only for Linux)
- Clone the project (Or download a specific commit / tag)
- Open your terminal and from the root of the project, run `path/to/godot-server common/main.tscn`## Development setup
- Install [Godot](https://godotengine.org/download)
- Clone the project
- Import the project