Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
![Product Name Screen Shot][Screenshot of gameplay and test list]
This game is a project built following the Pragmatic Studio Ruby Course. I absolutely adored going through this course, because it was unlike other courses in that the main focus wasn't syntax, but how to build a principle-driven, object-oriented program that contains many of the skills we'd need to build real-world projects. The instructors purposefully created exercises to let us build a program using the skills they demonstrated by building a different program. This wasn't a copy and paste kind of course. This game was actually my second run-through, where I test-drove everything from the start based on the objectives only.
Skills I valued developing further with this project:
Things I struggled with:
Things I did to make it my own:
To get a local copy up and running follow these steps:
This is an example of how to list things you need to use the software and how to install them.
npm install npm@latest -g
gem install studio_game_2021
To play a game from the command-line, open a new command project and run the command-line script like so:
studio_game
Or, if you'd like to use the game as a library, here's an example of how to use it in irb
. You can also check the bottom of each class or module file for further usage instructions
>> require 'studio_game/game'
=> true
>> game = StudioGame::Game.new("Knuckleheads")
=> #<StudioGame::Game:0x007fdea10252d8 @title="Knuckleheads", @players=[]>
>> player = StudioGame::Player.new("Moe", 90)
=> I'm Moe with health = 90, points = 0, and score = 90.
>> game.add_player(player)
=> [I'm Moe with health = 90, points = 0, and score = 90.]
>> game.play(1)
I plan to customize this game further now that I have a solid foundation to explore from. It'll be fun to let the players interact with each other more, like swapping treasures, and maybe add some kind of board game with it's own features. That's my next focus.
Feel free to fork this project and play around with it. Open to feedback-related pr requests.
Distributed under the MIT License. See LICENSE
for more information.
Becca - @becca9941 - becca@essentialistdev.com
Project Link: https://gitlab.com/EssentialistDev/studio-game
FAQs
Unknown package
We found that studio_game_2021 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.