testing for lfs files
Find a file
2025-03-29 18:08:11 +07:00
.gitea/issue_template add squashing todos (#354) 2024-07-17 10:38:43 +00:00
.vscode Add aim punch 2021-10-02 13:04:16 +00:00
.woodpecker fix the ci (#338) 2024-01-25 16:45:19 +00:00
arts Refactor Game and Fix Some Desync Issue 2023-11-19 04:02:51 +00:00
documents Docs for Team Death Match (#343) 2024-02-09 10:56:18 +00:00
project-solver godot 4.4 update 2025-03-29 18:08:11 +07:00
.envrc Refactor and Bug Fix (#347) 2024-03-24 11:30:40 +00:00
.gitignore Now you can launch games with breakpoints (#372) 2024-09-28 07:00:28 +00:00
.gitlab-ci.yml Update .gitlab-ci.yml file 2023-11-19 04:05:08 +00:00
flake.lock godot 4.4 update 2025-03-29 18:08:11 +07:00
flake.nix godot 4.4 update 2025-03-29 18:08:11 +07:00
justfile Adjust justfile to use ssh git instead of http one 2024-03-24 22:00:01 +07:00
LICENSE Relicensed to AGPLv3 2024-03-29 14:57:55 +07:00
README.md i want to remove this branch (#335) 2024-01-25 12:38:56 +00:00

VERY Temporary Logo! Damn I Need To Hire An Actual Artist...

This project is a First Person Shooter that aims to be the most versatile and fun tactical shooter there is! Made with Godot Engine, it follows concepts based on the proposal at documents/PROPOSAL.md. Developers, artists, playtesters, and even beginners are more than welcome to contribute!

Created by Tengku Izdihar.

Create your first proposal/issue here!

Table Of Contents

Development Status

Dev Badge

For any question, you can contact the project owner on matrix https://matrix.to/#/#competitive-godot-fps:matrix.org. Before tinkering with the project, please note that this project uses GIT-LFS. Make sure your git has it.

Screenshot

Screenshot might be inaccurate, it's still in development after all.

How to Contribute

Please read documents/CONTRIBUTING.md for further assistance.

Installing and Building The Game

Head over to compogodot/REAMDE.md for more information. The game's source code is located under project-solver/.

Roadmap

Head over to documents/ROADMAP.md for further detail.

Technical FAQ

  • I'm on NixOS and I can't run any game that's exported from Godot!

    Run the game by going into root directory where the game is, and then use steam-run <location of the game file>. For example, steam-run ./game.x86_64.

    This of course happens because of how NixOS is structured and it seems like Godot does rely on some library such as /lib64/ld-linux-x86-64.so.2 (in which every single 64 bit linux distribution should have).