Projects/Amalgam: Difference between revisions
Through collaboration and solidarity, we can build a better future that benefits us all.
More actions
< Projects
Created page with "{{ProjectMeta |name=Amalgam |status=Active |license=AGPL-3.0 |creator=Anthony |description=A two player abstract strategy game that requires you to tactically utilize your pieces in conjunction with one another to either eliminate the opponents pieces or carefully get a valuable piece to the other side of the board |image=amalgam_logo.png |tags=boardgame, game, software |website=https://greenants.github.io/Amalgam_Webgame |repository=https://codeberg.org/AnthonyDavis/Ama..." |
Added AIBanner and "Under Development". Current Edit will act as a placeholder until I get more time to flesh out the project page(s) |
||
| Line 1: | Line 1: | ||
{{SubpageNav}} | |||
{{AIBanner | |||
| acceptability = 【 Images 🔴 No 】 【 Code & Text 🟠 Yes, but see note¹ 】 | |||
| details = note¹: The project is currently being developed largely with AI because I didn’t have the skills, patience, or motivation to do it without it. Because of this, the code is pretty sloppy. Right now, development is focused on just getting the project up and running so I can try to get other people to play the game. The end goal is to eventually find more skilled individuals to help refactor the project and build it “correctly.” For now, since it’s just me working on it, the project is mainly trying to hold together well enough to become playable. In short: I am using AI, and I don’t mind if others use it for code or text. However, the goal is to move away from AI-generated code over time, or at least use it more carefully with input from experienced programmers. | |||
}} | |||
{{ProjectMeta | {{ProjectMeta | ||
|name=Amalgam | |name=Amalgam | ||
| Line 5: | Line 10: | ||
|creator=Anthony | |creator=Anthony | ||
|description=A two player abstract strategy game that requires you to tactically utilize your pieces in conjunction with one another to either eliminate the opponents pieces or carefully get a valuable piece to the other side of the board | |description=A two player abstract strategy game that requires you to tactically utilize your pieces in conjunction with one another to either eliminate the opponents pieces or carefully get a valuable piece to the other side of the board | ||
|image= | |image=Amalgam_Logo.png | ||
|tags=boardgame, game, software | |tags=boardgame, game, software | ||
|website=https://greenants.github.io/Amalgam_Webgame | |website=https://greenants.github.io/Amalgam_Webgame | ||
| Line 16: | Line 21: | ||
|field3value=Demo (Rules work, but BOT player is weak) | |field3value=Demo (Rules work, but BOT player is weak) | ||
}} | }} | ||
==Under Development== | |||
This Project Page is currently under development and is acting as a placeholder until more information is added. | |||