Army Black Knights vs Notre Dame Fighting Irish Match Player Stats On Nov 23, 2024

Nov 23, 2024 - Regular Season
Final
(N)
1 2 3 4 Total
ARMY 0 7 0 7 14
ND 14 14 14 7 49
ATS (Margin) O/U (Margin)
ARMY 14 44.5o (18.5)
ND -14 (21) 44.5u

Bet Graph

Scoring Summary

1st Quarter
10:24 ND
TD
J. Faison 28 yards passing from R. Leonard ( M. Jeter kick)
0 - 7
6:30 ND
TD
J. Love 6 yards passing from R. Leonard ( M. Jeter kick)
0 - 14
2nd Quarter
13:53 ARMY
TD
B. Daily 4 yard run ( T. Gronotte kick)
7 - 14
4:35 ND
TD
J. Love 14 yard run ( M. Jeter kick)
7 - 21
0:26 ND
TD
J. Price 2 yard run ( M. Jeter kick)
7 - 28
3rd Quarter
14:44 ND
TD
J. Love 68 yard run ( M. Jeter kick)
7 - 35
0:45 ND
TD
J. Price 10 yard run ( M. Jeter kick)
7 - 42
4th Quarter
10:40 ND
TD
A. Williams 58 yard run ( M. Jeter kick)
7 - 49
0:22 ARMY
TD
B. Daily 1 yard run ( T. Gronotte kick)
14 - 49

Team Statistics

Army Notre Dame
First downs 15 20
Rushes-Yards 58-207 29-273
Passing Yards 26 189
Sacked-Yards Lost 1-3 0-0
Return Yardage 22 54
Passing 4-9-0 14-18-2
Punts-Average 4-29.8 0-0
Fumbles-Lost 1-1 1-0
Penalties-Yards 2-26 5-44
Field Goals 0-0 0-2
Time of Possession 39:49 20:11

Player Stats

Passing
Player C/ATT YDS TD INT
B. Daily 4/8 26 0 0
T. Robinson 0/1 0 0 0
Rushing
Player ATT YDS TD LG
B. Daily 38 145 2 19
K. Udoh 10 35 0 6
S. Howard 4 25 0 9
T. Robinson 4 4 0 5
N. Short 2 -2 0 0
Receiving
Player TAR REC YDS TD LG
N. Short 3 2 11 0 9
C. Reynolds 2 1 11 0 11
S. Howard 1 1 4 0 4
Interceptions
Player NO YDS TD
No Interception Data
Sacks
Player NO YDS
No Sack Data
Tackles
Player TK AST
A. Thomas 4 2
M. DiDomenico 4 1
C. Larkin 4 0
D. Miller 3 0
C. Keith 2 2
K. Fortner 2 1
G. Shields 2 0
E. Ford 2 0
E. Modozie 1 2
K. Harris-Miller 1 2
J. Mayes 1 1
J. Weaver 1 1
J. Latore 1 0
C. Matteson 0 1
J. Banks 0 1
D. Platt 0 1
Fumbles
Player NO LOST
B. Daily 1 1
Punting
Player NO YDS LG
J. Wagenseller 3 119 49
Punt Returns
Player NO YDS LG
No Punt Return Data
Kick Returns
Player NO YDS LG
L. Benson III 2 21 14
J. Rendina 1 1 1
Passing
Player C/ATT YDS TD INT
R. Leonard 10/13 148 2 0
S. Angeli 4/5 41 0 0
Rushing
Player ATT YDS TD LG
J. Love 7 130 2 68
A. Williams 3 62 1 58
J. Price 10 53 2 14
R. Leonard 8 30 0 13
Receiving
Player TAR REC YDS TD LG
J. Faison 2 2 46 1 28
B. Collins 4 4 37 0 14
K. Mitchell 1 1 28 0 28
M. Evans 2 2 25 0 18
J. Harrison 2 2 20 0 14
J. Thomas 2 1 15 0 15
J. Greathouse 2 1 12 0 12
J. Love 1 1 6 1 6
Interceptions
Player NO YDS TD
No Interception Data
Sacks
Player NO YDS
R. Mills 0.5 1.5
J. Tuihalamaka 0.5 1.5
Tackles
Player TK AST
J. Ausberry 7 1
A. Shuler 5 3
D. Hinish 5 0
J. Sneed 3 1
J. Burnham 3 1
J. Tuihalamaka 3 1
P. Zinter 3 0
S. Sevillano Jr. 3 0
M. Hurleman 3 0
J. Kiser 2 2
X. Watts 2 1
D. Bowen 2 1
L. Talich 2 0
A. Mukam 2 0
L. Moore 2 0
C. Gray 2 0
R. Mills 1 1
G. Rubio 1 1
J. Clark 1 0
K. Onyiuke 1 0
B. Young 1 0
Fumbles
Player NO LOST
M. Hurleman 1 0
Punting
Player NO YDS LG
No Punting Data
Punt Returns
Player NO YDS LG
M. Hurleman 1 15 15
B. Young 1 0 0
Kick Returns
Player NO YDS LG
J. Harrison 1 30 30
A. Williams 1 0 0
The Covers community has
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Covers – Scheduled Maintenance</title> <style> body { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; background-color: #15202b; color: #ffffff; display: flex; justify-content: center; align-items: center; min-height: 100vh; text-align: center; } .container { max-width: 600px; padding: 40px 30px; } h1 { font-size: 2.5rem; margin-bottom: 20px; color: #fd4f00; } p { font-size: 1.1rem; line-height: 1.6; margin-bottom: 25px; color: #e0e0e0; } .spinner { margin: 30px auto; width: 48px; height: 48px; border: 5px solid rgba(255, 255, 255, 0.2); border-top: 5px solid #fd4f00; border-radius: 50%; animation: spin 1s linear infinite; } @keyframes spin { to { transform: rotate(360deg); } } a { color: #fd4f00; text-decoration: none; font-weight: bold; } a:hover { text-decoration: underline; } .footer { margin-top: 35px; font-size: 0.9rem; color: #9aa4ad; } </style> </head> <body> <div class="container"> <h1>We'll Be Back Soon</h1> <p> <strong>Covers</strong> is currently undergoing scheduled maintenance. We're working to get things back up and running as quickly as possible. </p> <div class="spinner"></div> <p> You can try again shortly, or head back to the homepage: <br /> <a href="https://www.covers.com/">www.covers.com</a> </p> </div> </body> </html>
lifetime members worldwide
Covers is verified safe by: Evalon Logo GPWA Logo GDPR Logo GeoTrust Logo Evalon Logo