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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-23T18:09:04.000Z (about 1 year ago)
- Last Synced: 2025-01-31T11:49:42.056Z (3 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
[](https://matrix.to/#/!bvDgjKjhEDWtYXoeXn:matrix.org?via=feneas.org&via=matrix.org)
[](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