ChromeGaming / Formation-Absent

Formation Absent is a turn-based puzzle - an abstract representation of a battle. In each of the 13 stages two armies are colliding. As a member of the Green side, you’ll have to restore the lost battle formation of the Green party. Move through the battlefield..
https://chromegaming.github.io/Formation-Absent/
MIT License
7 stars 28 forks source link

Refactor Code into Separate JavaScript and CSS Files #11

Closed aditya-bhaumik closed 4 months ago

aditya-bhaumik commented 4 months ago

Description:

The current project embeds all JavaScript and CSS code within the HTML file. This proposal suggests separating these concerns into distinct files for improved maintainability and accessibility.

Points:

Separating JavaScript and CSS into game.js and styles.css files respectively enhances code organization. Clear separation of concerns improves code readability, aiding both current developers and potential contributors in understanding and navigating the project.

Program contributing in:

aditya-bhaumik commented 4 months ago

@roy7077 can you please assign me this issue

roy7077 commented 4 months ago

@aditya-bhaumik I am assigning this issue to you. Please go ahead