Skip to content

Commit

Permalink
Update: Added Swift Unit Tests
Browse files Browse the repository at this point in the history
Signed-off-by: Son Nguyen <[email protected]>
  • Loading branch information
hoangsonww authored Oct 16, 2024
1 parent 6d8c02a commit 10ff74f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ Requirements:

There are also unit testing files for the Swift app, located under the `Game-2048Test` and `Game-2048UITest` directories. You can run these files to perform unit testing of the app.

---

## Web Application Version

The web application version of the 2048 game is built by simply using HTML, CSS, and JavaScript. It is a simple and responsive game that can be played on any device with a web browser. It can be found in the `Web-Version` subdirectory at [this link](../Web-Version).
Expand All @@ -76,8 +74,6 @@ The project structure for the web application version is as follows:

To run the web application version of the game, simply open the `index.html` file in a web browser.

---

## Android Version

The Android version of the 2048 game is designed for Android devices. It provides a smooth and native experience for Android users. It can be found in the `Android-Version` subdirectory at [this link](../Android-Version).
Expand Down Expand Up @@ -119,8 +115,6 @@ Note that depending on your Android Studio and/or Gradle configuration, you may

So, if you see any differences in the project structure or user interface, don't worry! It's just a matter of different configurations.

---

## Contributing

Contributions are welcome! Please feel free to submit a pull request in this repository.
Expand Down

0 comments on commit 10ff74f

Please sign in to comment.