Python Forum
Open source RTS game Forward Only - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Code sharing (https://python-forum.io/forum-5.html)
+--- Thread: Open source RTS game Forward Only (/thread-35880.html)

Pages: 1 2


Open source RTS game Forward Only - IlyaFaer - Dec-26-2021

Hi, all!

Wanna share my pride and joy with you - an open source game I'm developing alone on Python and Panda3D. Trailer to get the first idea:



The game represents a real-time strategy with arcade fights blotches and a lot of choices to make. Build your crew with three classes of units, increase their cohesion to open crew skills, make them even stronger with perks, upgrade your locomotive, fight with enemies of 7 classes on move and even more.

The game is free and completely open, you can find source code and playable builds in the repository:
https://github.com/IlyaFaer/ForwardOnlyGame

Right now it's implemented in about 85%, there are still a lot of things to do, but it's actually playable.

Stack is this:
- Python 3.7
- Panda3D game engine
- Blender and MakeHuman for models

Comments, both technical and gameplay, are welcome!


RE: Open source RTS game Forward Only - Linenloid - Dec-26-2021

The fact that you deving this with only panda is amazing, i wish you good luck


RE: Open source RTS game Forward Only - Linenloid - Dec-26-2021

I saw your indiedb site,
удачи вам


RE: Open source RTS game Forward Only - ndc85430 - Dec-27-2021

There's a lot of production code there, but I didn't see any test code. You really want to get into the habit of writing automated tests because they're what tell you when you've broken anything as you change the code.


RE: Open source RTS game Forward Only - lucasbazan - Jan-06-2022

Wow I liked so much.
Congrats!!! Dance


RE: Open source RTS game Forward Only - IlyaFaer - Feb-14-2022

Hi, all!

Romantic atmosphere comes to Forward Only:



The newest release finishes the scenario, implements the game ending, and (in addition to other things) changes balance. The game world became smaller, but more replete, all the events are more often now. Let me know, if it's still not active enough.

I'd say that active phase of development is finished - all the systems are implemented, now it's about overall polishing and balancing.

The last playable build:
https://github.com/IlyaFaer/ForwardOnlyGame/releases


RE: Open source RTS game Forward Only - Talbot9 - Mar-11-2022

Hi

Just watched the YouTube clips that's amazing well done!!!!


RE: Open source RTS game Forward Only - IlyaFaer - Mar-21-2022

(Mar-11-2022, 08:38 PM)Talbot9 Wrote: Hi

Just watched the YouTube clips that's amazing well done!!!!
Thank you very much! Doing my best


RE: Open source RTS game Forward Only - IlyaFaer - Mar-23-2022

Hi, all! How is it going?

Big news in Forward Only! Three music artists: Moloken, Among Madness and Qualia, supported the game with their tracks, bringing more dense atmosphere into Silewer. Check out the game playlist on Spotify!

New release also brings new visual and sound effects, world compression at 15% more (so, it became more replete), and a lot of bug fixes.

The playable build can be downloaded in the repo:
https://github.com/IlyaFaer/ForwardOnlyGame/releases


RE: Open source RTS game Forward Only - IlyaFaer - May-27-2022

Hi, all, how are you?

New release of Forward Only coming, with an episode-crossover with SCP Foundation!
See the crossover trailer:



Game was optimized, and some errors were fixed. With the next release, I think, will start to prepare for an early release in web stores. The game will remain free though.

The main question now: should the game be speeded up more? Or those meditative road pauses between fights and outings are short enough?

Download the last playable build: https://github.com/IlyaFaer/ForwardOnlyGame/releases

P.S. Though the game is open source, SCP Foundation materials and game music are not free to use in other projects. All the rights belong to the authors, and I have their direct (and documented) permission to use them.