Skip to content

Commit b9e8b7d

Browse files
authored
Update README.md
1 parent 2c4d2f7 commit b9e8b7d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 2024 Coding Projects
22

3-
Coding projects written between late 2023 - 2024 while learning Java during AP Computer Science or self-teaching coding languages
3+
Coding projects written between late 2023 - 2024 while learning Java during AP Computer Science + Swift in Computer Science Seminar (2024 section) + self-teaching for coding languages (Python, C++, Javascript, HTML)
44

55
The code in this repository are split into multiple different projects which I've either developed personally, or learned by watching tutorials or videos. Note: some of the code are not original code. **However, this does not apply to all of the code here!**
66
## Project List:
@@ -17,22 +17,27 @@ The code in this repository are split into multiple different projects which I'v
1717
* **Java** - [recursiveFunction](https://github.com/EmperorMurfy/2024CodingProjects/tree/main/recursiveFunction) - Written on April 16, 2024
1818
* **Java** - [apShenanigans](https://github.com/EmperorMurfy/2024CodingProjects/tree/main/apShenanigans) - Written on May 5, 2024
1919
* **Java** - [imageEditor](https://github.com/EmperorMurfy/2024CodingProjects/tree/main/imageEditor) - Written on May 17, 2024
20+
* **Swift** - [Swift Practice + Warmups](https://github.com/EmperorMurfy/2024CodingProjects/tree/main/Swift%20Practice%20%2B%20Warmups) - Written on September 7, 2024
21+
* **Swift** - [Swift Basic Concepts](https://github.com/EmperorMurfy/2024CodingProjects/tree/main/Basic%20Swift%20Concepts) - Written on September 7, 2024
2022

2123

2224
## Notes:
23-
* These programs were tested on M1 Mac Eclipse, Visual Studio Code, or via Replit
25+
* These programs were tested on M1 Mac Eclipse, Visual Studio Code, Xcode, Programiz, or via Replit
2426
* Each folder should contains a info.md - specific information regarding itself -> more detailed info
2527
* Most Java programs were written via Java 1.8, check *Exceptions*
2628
* **Java:** Exception: Stopwatch project uses Java 13
2729
* **Javascript:** Exception: ArrayProject method nim() was translated
30+
* **Swift:** coded in Programiz or Xcode.
2831

2932

3033

31-
## Instructions:
34+
## Instructions :
3235
If you wish to use any of the code, follow the instructions:
3336

3437
1) Please select on the specific project you wish to run & download said folder
3538

3639
2) Depending on the project, create a new project in your workspace (eclipse or etc) with the correct version
3740

3841
3) The downloaded folder should contain only the SRC files & classes, drag that into your empty project's SRC. This may depend on the project. - only applicable w/ java
42+
43+
*note, this is only for any program using java coding language. these instructions do not apply to any other coding language.*

0 commit comments

Comments
 (0)