Skip to content

Commit

Permalink
Prepare v0.3.42
Browse files Browse the repository at this point in the history
  • Loading branch information
0xshora committed Jul 6, 2024
1 parent 6c9c4db commit 8c58c0a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Pixelaw P-WAR",
"image": "ghcr.io/pixelaw/p_war:0.3.41",
"image": "ghcr.io/pixelaw/p_war:0.3.42",
"forwardPorts": [
5050,
8080,
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json-e
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Pixelaw P-WAR",
"image": "ghcr.io/pixelaw/p_war:0.3.40",
"image": "ghcr.io/pixelaw/p_war:0.3.41",
"forwardPorts": [
5050,
8080,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


# p/war
Version 0.3.41
Version 0.3.42
## Purpose

To host game events on PixeLAW to create engaging experiences for users and developers. One of the core values of PixeLAW is the ability to add rules, proving that new experiences can be created through simple games with the addition of rules.
Expand Down
2 changes: 1 addition & 1 deletion README.md-e
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


# p/war
Version 0.3.40
Version 0.3.41
## Purpose

To host game events on PixeLAW to create engaging experiences for users and developers. One of the core values of PixeLAW is the ability to add rules, proving that new experiences can be created through simple games with the addition of rules.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.41
0.3.42
2 changes: 1 addition & 1 deletion src/constants.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const OUT_OF_BOUNDS_GAME_ID: usize = 9999;
// ####################################
// # Initial settings
const INITIAL_COLOR: u32 = 0xFFFFFFFF;
const DEFAULT_AREA: u32 = 10; // changed from 5
const DEFAULT_AREA: u32 = 32;
const DEFAULT_PX: u32 = 10;
const MAX_COLOR_SIZE: usize = 9;
const GAME_DURATION: u64 = 259200; // 3 days in seconds for EthCC
Expand Down

0 comments on commit 8c58c0a

Please sign in to comment.