Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacharyPatten committed Dec 13, 2023
1 parent c5b1128 commit 518a690
Show file tree
Hide file tree
Showing 16 changed files with 929 additions and 873 deletions.
2 changes: 2 additions & 0 deletions Projects/Draw/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
}
Render();
Console.WriteLine("""

Make the left drawing match the right drawing.
Use the arrow keys or WASD to draw.
Use [end] or [home] to generate a new drawing.
Expand Down Expand Up @@ -59,6 +60,7 @@ Use the arrow keys or WASD to draw.
}
Render();
Console.WriteLine("""

**********************************************
You matched the drawings!!!
Play again [enter] or quit [escape]?
Expand Down
72 changes: 36 additions & 36 deletions Projects/Oligopoly/Company.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
[
{
"Name": "Bingoo",
"Industry": "Web",
"SharePrice": 1500,
"NumberOfShares": 0,
"Description": "Promising search company. Leader in the development of various web services and web applications. Bingoo is known for its innovative and user-friendly products that aim to make the web more accessible and enjoyable. Bingoo also invests in artificial intelligence and machine learning to enhance its search engine and other services."
},
{
"Name": "Quantum Software",
"Industry": "Software",
"SharePrice": 2000,
"NumberOfShares": 0,
"Description": "Software development company. The company is best known for its own operating system and various software packages. Quantum Software is a pioneer in the field of software engineering and has a reputation for creating reliable and fast products. Quantum Software also collaborates with other companies and organizations to provide customized solutions for their needs."
},
{
"Name": "Edison Incorporated",
"Industry": "Energy",
"SharePrice": 1000,
"NumberOfShares": 0,
"Description": "An innovative company engaged in the development and production of electric vehicles, batteries, solar panels. Edison Incorporated is a leader in the green energy sector and strives to reduce the environmental impact of transportation and energy consumption. Edison Incorporated also offers a range of services and products for consumers and businesses who want to switch to renewable energy sources."
},
{
"Name": "Netfilm",
"Ticker": "NTF",
"Industry": "Movies",
"SharePrice": 800,
"NumberOfShares": 0,
"Description": "A leading company in the field of online movies and series, also engaged in the development of video hosting. Netfilm is a popular platform for streaming and watching movies and series of various genres and languages. Netfilm also produces its own original content that attracts millions of viewers. Netfilm also provides a video hosting service that allows users to upload and share their own videos."
},
{
"Name": "COBRA Security Consulting",
"Industry": "Army",
"SharePrice": 1200,
"NumberOfShares": 0,
"Description": "COBRA (stands for Counter-Offensive Brigades for Rapid Action) are private special forces units equipped with the latest technology. The company fulfills orders all over the world and cooperates with various governments. COBRA Security Consulting is a professional and discreet company that offers security services for high-risk situations and locations. COBRA Security Consulting also trains and equips its operatives with advanced weapons and gadgets to ensure their success."
}
{
"Name": "Bingoo",
"Industry": "Web",
"SharePrice": 1500,
"NumberOfShares": 0,
"Description": "Promising search company. Leader in the development of various web services and web applications. Bingoo is known for its innovative and user-friendly products that aim to make the web more accessible and enjoyable. Bingoo also invests in artificial intelligence and machine learning to enhance its search engine and other services."
},
{
"Name": "Quantum Software",
"Industry": "Software",
"SharePrice": 2000,
"NumberOfShares": 0,
"Description": "Software development company. The company is best known for its own operating system and various software packages. Quantum Software is a pioneer in the field of software engineering and has a reputation for creating reliable and fast products. Quantum Software also collaborates with other companies and organizations to provide customized solutions for their needs."
},
{
"Name": "Edison Incorporated",
"Industry": "Energy",
"SharePrice": 1000,
"NumberOfShares": 0,
"Description": "An innovative company engaged in the development and production of electric vehicles, batteries, solar panels. Edison Incorporated is a leader in the green energy sector and strives to reduce the environmental impact of transportation and energy consumption. Edison Incorporated also offers a range of services and products for consumers and businesses who want to switch to renewable energy sources."
},
{
"Name": "Netfilm",
"Ticker": "NTF",
"Industry": "Movies",
"SharePrice": 800,
"NumberOfShares": 0,
"Description": "A leading company in the field of online movies and series, also engaged in the development of video hosting. Netfilm is a popular platform for streaming and watching movies and series of various genres and languages. Netfilm also produces its own original content that attracts millions of viewers. Netfilm also provides a video hosting service that allows users to upload and share their own videos."
},
{
"Name": "COBRA Security Consulting",
"Industry": "Army",
"SharePrice": 1200,
"NumberOfShares": 0,
"Description": "COBRA (stands for Counter-Offensive Brigades for Rapid Action) are private special forces units equipped with the latest technology. The company fulfills orders all over the world and cooperates with various governments. COBRA Security Consulting is a professional and discreet company that offers security services for high-risk situations and locations. COBRA Security Consulting also trains and equips its operatives with advanced weapons and gadgets to ensure their success."
}
]
Loading

0 comments on commit 518a690

Please sign in to comment.