news.volyx.in

Show HN: Open-source Counter-Strike-like game (github.com)

420 points by solcloud · 654 days ago · 168 comments on HN

Article summary

The article presents an open-source, Counter-Strike-like game called Counter-Strike: Football, where two teams of football fans compete against each other. The game is available on GitHub and can be downloaded and played. The game's creator is seeking contributions to improve the game. The project uses Electron for the client and PHP for the server, which has raised some eyebrows among commenters.

Main themes

  • Open-source game development
  • Licensing and copyright
  • Game technology choices
  • Community contributions
  • Programming languages

What commenters say

  • Without a license, the game's source code is not truly open-source and users may not be allowed to fork or modify it.
  • The creator's intention to make the game free and open-source is not enough, a formal license is required to guarantee its openness.
  • The choice of PHP as a server-side language is unconventional but not necessarily bad, as PHP has evolved and improved over time.
  • The use of Electron for the client and PHP for the server is an interesting technological choice that may not be the most efficient or conventional approach.
  • A license like MIT or Apache would be a good choice for the project, as it would allow for free use and modification of the code while providing some protection for the creator.
  • The lack of a license may lead to potential legal issues, such as liability for damages caused by bugs in the code.
  • The creator's goal is to make the game better and more stable, and they are open to contributions and suggestions from the community.
  • The project's assets, such as graphics and sound effects, may have their own licensing and copyright issues that need to be addressed separately from the source code.